Add an Image Counter to NextGen Slideshow
-
Hello! I have a NextGen Slideshow setup but I do not have the flash slideshow enabled. I am wanting to add code to the plugin php files as well as the template files so that it outputs an image counter to show you what image you are on and give the user the choice to go through the images at their own pace.
I have tried adding below to the gallery.php
<?php $img_counter = 0;
foreach ( $images as $image ) : ++$img_counter; ?>And then adding to my template file to output the numbers
<?php echo $img_counter; ?>It doesn’t work however so does anybody have any ideas on how to make it work?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Add an Image Counter to NextGen Slideshow’ is closed to new replies.