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…