I want to place a google ad banner only above the post titles. How do i do this?
ex. http://www.ocreurope.com/ocr-events-held-at-uk-military-facilities/
:)
thanks!
Hey Swedfit!
I don’t know which code you need to display the banner but you can insert it in wp-content/themes/enfold/includes/loop-index.php above following line:
echo $title;
I.e. if it’s some html code it will look like:
?>
My banner code
<?php
echo $title;
and replace “My banner code” with your custom banner code.
Cheers!
Peter
thanks!