Forums

[resolved] Adsense only on some pages (3 posts)

  1. Lozenge11
    Member
    Posted 7 months ago #

    Hello-
    I have added my AdSense code in my page.php Is there a way to take off the ads on some individual pages while allowing it on all the rest?

  2. Big Bagel
    Member
    Posted 7 months ago #

    Replace my example pages with the ID's, slugs, or names of the posts/pages you want excluded:

    <?php if ( ! is_page( array( 42, 'a-page-slug', 'A Page Name' ) ) ) { ?>
        /* Adsense code */
    <?php } ?>

    http://codex.wordpress.org/Function_Reference/is_page

  3. Lozenge11
    Member
    Posted 7 months ago #

    Works Perfectly!

    Thank You

Reply

You must log in to post.

About this Topic

Tags