Say for example if I have 6 images uploaded to a gallery in a WordPress post, is there a code I can insert into the single.php page for each individual image so I can control exactly where each image goes?
For example if I want 1 image before the title I could insert the code for ‘image1’ before the title, and then for another image to be after the title insert a different code for ‘image2’ and so on..
I’ve understood what you are trying to do. Here is the way how I do it:
http://pastie.org/private/eox0tf13awpktmuejybnja
Enjoy!