I would like to add the addthis.com code to my image page for zpArdoise. Here is the code, just not sure where to place it so it shows up before the PREV NEXT buttons on top of the image.
I cannot answer specifically for that theme as I am not familiar with it. But generally look for `getPrevImageURL()`, `hasPrevImage()`, `getNextImageURL()`, or `hasNextImage()` in the script. That is where these links will be being generated.
Your code above is HTML, so you will have to "escape" from PHP for it. This is done by inserting `?>` before the code and `<?php` after it.
Depending on the theme and layout you want you may need to position your code in/above some particular DIV
Comments
Your code above is HTML, so you will have to "escape" from PHP for it. This is done by inserting `?>` before the code and `<?php` after it.
Depending on the theme and layout you want you may need to position your code in/above some particular DIV