I'm using the photodropper plugin to integrate creative commons images into my blog. The plugin also grabs the photographers attribution information, and will allow me to put it anywhere on the page. The line of code is:
- Code: Select all
<?php if ( function_exists('photodropper_attribution') ) { photodropper_attribution(); } ?>
I would like this to appear to the right of the "posted by XXX at XXX pm" below each post (the author byline)
In which php file should I place this line of code, and where should I place it in the file? (I'll use a child theme to make it upgrade proof)
Many thanks!
p.
