go41

the info you need to know


von Joern
Keine Kommentare

this is a common problem with the Featured content gallery as it is usingdiv id="featured"this is set in style.css of arthemia already to float right!you have it now inside the div class="title", put it before this line for testing, later remove the old title and content of headline.If you can't…


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="" width="300px" height="250px" /></a><?php } elseif ( is_category('anyothercat') ) { ?>anyothercat…