Display/ show/ printf total no. of images in basic thumbnails gallery
-
Hi,
Is there a way I can show the total number of images per gallery has within the post? I only use the basic thumbnails gallery.
I’ve found some codes but none of forum says where to place the codes. Could anyone point me in a direction as to where to paste the code? Any help would be appreciated greatly!
Below are the codes:
<?php global $wpdb; $images = intval( $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->nggpictures WHERE galleryid = {$gallery->ID}") ); ?> <?php echo $images; ?>
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Display/ show/ printf total no. of images in basic thumbnails gallery’ is closed to new replies.