go41

the info you need to know


von Joern
Keine Kommentare

you got a typing error "elseif <?php if"this should work:<?php if ( is_page('Favourbrook') ) { ?><a href="http://www.iamstaggered.com" onClick="javascript: pageTracker._trackPageview('/outgoing/www.designaventure.co.uk');"><img src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/banners/testadvertsidebar.png" alt="" width="300px" height="250px" /></a><?php } elseif ( is_category('randallmurrow') ) { ?><a href="http://weddings.randallmurrow.com/"><img src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/banners/randallad.jpg" alt=""…


von Joern
Keine Kommentare

in original arthemia's header.php you should find this:Code:<div id="head" class="clearfloat"><div class="clearfloat">   <div id="logo" class="left">   <a href="<?php echo get_option('home'); ?>/"><img src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/logo.png" width="177px" height="39px" alt="" /></a>   <div id="tagline"><?php bloginfo('description'); ?></div>   </div>   <div class="right">   <img src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/banners/wide.jpg" alt=""…