fonksiyonda
$images = get_posts(array('post_type' => 'attachment', 'numberposts' => $num, 'post_status' => null, 'post_parent' => $post_id, 'order' => 'DESC', 'orderby' => 'ID'));

satirindn sonra bu images değişkeninde foreach ile dönüp kendi dizinizi oluşturmaniz lazim. yalniz sort yada usort gibi tek satirlik bir kod ile işin içinden cikamazsiniz. çünkü iç içe dizi var.