go41

the info you need to know


von Joern
Keine Kommentare

I found one on your /page/4 - the Wordless Wednesday image IMG_6902.JPGputting just the image path into the browser (...timthumb.php?src=//wp-content/uploads/2010/0...) shows me two // in front of wp-content, should be one. Insert the path in customfield without /.Additionally it shows the error:Fatal error: Allowed memory size of 31457280 bytes exhausted…


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…