• Hi guys,

    I am working on a NextGen Template and want to display a number of a picture. I know it’s possible to show the image ID but when you add new pictures you get higher ID’s and I just want to show number from 1 till …

    The fist image would be 1 the second image 2 etc.
    It’s like numbering the array of images and outputting them.

    I also tried

    <?php $img_counter = 0;
    foreach ( $images as $image ) : ++$img_counter; ?>
    <span><?php echo $img_counter; ?></span>
    <?php endforeach; ?>

    Hope somebody can help me out here?

    https://www.ads-software.com/plugins/nextcellent-gallery-nextgen-legacy/

  • The topic ‘Display number instead of ID’ is closed to new replies.