Forums

Adsense everywhere but main page (8 posts)

  1. Quintanar
    Member
    Posted 4 years ago #

    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.

  2. techwench
    Member
    Posted 4 years ago #

    <?php if(!is_home()) { ?>

    your adsense code here

    <?php } ?>

  3. Quintanar
    Member
    Posted 4 years ago #

    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

  4. ifelse
    Moderator
    Posted 4 years ago #

    That's because you're using WP 1.2 instead of the latest version (WP 1.5.1.3)

  5. Quintanar
    Member
    Posted 4 years ago #

    Can't I solve this without upgrading? No way?

  6. podz
    Support Maven
    Posted 4 years ago #

    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/

  7. Quintanar
    Member
    Posted 4 years ago #

    Ok, let's try. Thanks again.

  8. Viper007Bond
    Member
    Posted 4 years ago #

    Worth the upgrade. :)

Topic Closed

This topic has been closed to new replies.

About this Topic