go41

the info you need to know


von Joern
Keine Kommentare

to show an add only on 'home' (same as front-page) you put a conditional tag around the add, like:<?php if ( is_home() ) { // +++ Display on home only ?><div id="adheader-lb">your add here, maybe an adsense link block</div><?php } // +++ end home only ?>I only added one line…


von Joern
Keine Kommentare

Does anyone out there know what this error means?syntax error, unexpected ‘?’ in /home/kinyofu/public_html/empoweringwomenslives.com/wp-content/plugins/exec-php/includes/runtime.php(42) : eval()’d code(found on this page: http://empoweringwomenslives.com/?page_id=748 )