Hi all,
I've searched high and low for a way to do this, with no luck.
I was wondering if someone could help me out with a way to display a count of the attachments in a post?
thanks,
jesse
Hi all,
I've searched high and low for a way to do this, with no luck.
I was wondering if someone could help me out with a way to display a count of the attachments in a post?
thanks,
jesse
<?php echo $wpdb->get_var( "SELECT COUNT(*) FROM $wpdb->posts WHERE post_parent = '$post->ID' AND post_type = 'attachment'" ); ?>
Works for me in posts on category-page.
It certainly does work. Much obliged!
thanks,
jesse
This doesn't work in image.php
Does any one know how to get it get to work there?
This topic has been closed to new replies.