How to number an image gallery
-
Is there a way or modification to put numbers on the images within a post? A small number being displayed at the top of the image like they have at thechive.com is close to what I am looking for
https://thechive.com/2012/05/07/signs-full-of-wtf-37-photos-2/
I have tried inputting code from into my functions.php:
https://pastebin.com/n1mfN3NXI believe line 108 outputs the number:
$output .= “<div class=’imageNum’><span>”.($i+1).”</span></div>”; //NEWI am rather new to coding and any help is greatly appreciated!
- The topic ‘How to number an image gallery’ is closed to new replies.