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
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 !