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?
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?
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 } ?>
Works Perfectly!
Thank You
You must log in to post.