Hi guys, I need some help again. I want to put a rectangle google ad below the navbar , so that it will appear on every post , how do i do it?
ThemeShaper Forums » Thematic
[closed]
How to add my adsense code below the navbar ?
(2 posts)-
Posted 3 years ago #
-
hey bluey
use this function to add something below the header
function add_something_cool() {?> <!--Start your html here--> <!--Start your html here--> <?php } add_action('thematic_belowheader','add_something_cool');or you can just copy the thematic header.php to your childtheme, and then insert the html right where you need it.
either way you'll need to style it up with with css of cause.
Posted 3 years ago #
Topic Closed
This topic has been closed to new replies.