How do I show the number of images attached to a post on the image attachment page?
问题 I use the image attachment page to show images attached to a post one by one, in a slideshow sort of affect. I'd like to be able to display the total number of images attached to the parent post and the number of the particular image that's being shown on any given attachment page so you see the picture and the words "Image 3 of 15" for example. Update... I was able to get the total number to show using this code: <?php global $post; $attachments = get_children( array( 'post_parent' => $post-