$attachments = get_children(array('post_parent'=>$post->ID));
$nbImg = count($attachments);
echo 'konuda toplam '.$nbImg.' resim ekli.';