auto increment numbering wordpress

Discussion in 'PHP' started by pdoley, Dec 6, 2014.

  1. #1
    hi , i search everywhere but no luck can anyone tell me how to add numbering in image upload in wordpress i mean if i select 10 images and upload it to my post each image should contain a number in the top corner for say 1,2, or 3, like thechive.com screenshot here [​IMG]
     
    pdoley, Dec 6, 2014 IP
  2. PunctRo

    PunctRo Active Member

    Messages:
    102
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    83
    #2
    I think you can achieve that by modifying the loop responsible for showing the post image gallery from the theme you are using so that it shows also a div with the image count number.
    Take a look here : http://codex.wordpress.org/Function_Reference/get_post_gallery
    You can use a counter variable, increase it inside the loop and display it in container (div).

    I hope this helps you !
     
    PunctRo, Dec 7, 2014 IP