Hide Ads on Specific Pages

Posted in: Newspaper
Post count: 89

How do I exclude specific pages like about us, contact us, Error 404 and category pages from Google Adsense Ads?

Post count: 18283

Hello !

You will have to use a css with the display: none; option. Unfortunately at the moment there is no other way in hiding ads on certain pages / posts.

We are sorry for the inconvenience!

Thank you !

Post count: 89

How do I use this CSS option? Will you please guide me through

Post count: 18283

Hello !

Please provide us an URL to your website and tell us exactly what are the pages you want to have the ads disabled and we will help you !

Thank you !

Post count: 89

Sure, here’s the URL to my website: https://www.wentdiary.com/

Pages I want ads to be disabled on:
1) About Us
2) Contact Us
3) Error 404 pages
4) Category pages

Post count: 18283

Hello !

Here are the codes:

.page-id-15 .td-header-rec-wrap {
display: none;
}
.page-id-17 .td-header-rec-wrap {
display: none;
}
.error404 .td-header-rec-wrap {
display: none;
}
.category-united-states .td-header-rec-wrap {
display: none;
}

You will have to paste them here: https://www.screencast.com/t/NBHBB6P9g

I hope this was helpfull !

Thank you !

Post count: 89

That is helpful! Thanks a lot!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.