Could I set my adsense skyscraper in order to have it in my WP menu, but not appearing in the main page? I want it to be in all my site, except when the visitor comes to the index page. Is that possible? Thanks in advance, and sorry for my english.
Could I set my adsense skyscraper in order to have it in my WP menu, but not appearing in the main page? I want it to be in all my site, except when the visitor comes to the index page. Is that possible? Thanks in advance, and sorry for my english.
<?php if(!is_home()) { ?>
your adsense code here
<?php } ?>
Thanks, but I get this error:
Fatal error: Call to undefined function: is_home() in /home/quintanar/domains/hijosdeeva.net/public_html/index.php on line 75
That's because you're using WP 1.2 instead of the latest version (WP 1.5.1.3)
Can't I solve this without upgrading? No way?
No.
1.2.2 uses one stylesheet and one file to create the index.
1.5.1.3 uses several files, so giving you lots of control.
This may help ?
http://www.tamba2.org.uk/wordpress/upgrade/
Ok, let's try. Thanks again.
Worth the upgrade. :)
This topic has been closed to new replies.