go41

the info you need to know


von Joern
1 Kommentar

an add just below the navigation bar div id="navbar" using the full width of your site you put in header.phpnear the end of header.php you have something like:<div id="navbar" class="clearfloat"><ul id="page-bar" class="left clearfloat"><li><a href="<?php echo get_option('home'); ?>/">Home</a></li><?php wp_list_pages('sort_column=menu_order&title_li='); ?></ul><?php include…


von Joern
Keine Kommentare

actually there was on top of sidebar.php this<div id="sidebar"><div id="sidebar-ads"><img src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/banners/square.jpg" alt="" width="300px" height="250px" /></div><div id="sidebar-top">best place for an add is above the 'fold', so on top of the sidebar.If your sidebar looks like this, it shoold…