Forums

How to disable adsense on specific pages header (2 posts)

  1. gideonson
    Member
    Posted 8 months ago #

    Hello, my website is http://www.thenetng.com. I will like to disable Google Adsense on specific pages (http://thenetng.com/diary-of-a-mischievous-lagos-girl/ in particular) and create a "Sensitive Content Warning" for that specific page. Can anyone please tell me how to do that or recommend a plugin(s) that might be useful?

    Thank you.

  2. gerald@wpcustoms
    Member
    Posted 7 months ago #

    you need to use conditional tags in your theme.

    <?php if (is_page(14)) { ?>
    show this content only on page with id#14
    <?php } ?>

    http://codex.wordpress.org/Conditional_Tags

Reply

You must log in to post.

About this Topic

Tags

No tags yet.