How can I hide ads for specific post

Posted in: Newspaper
Post count: 28

Hello, I am using google ads by the help of Newspaper Ads option. It’s working really good. But for some post I don’t want to show ads. So can you please tell me how can I hide a specific ad unit for the particular post?

Post count: 23312

Hello Praveen,

If you want to hide the Google Adsense for your particular post, please notice that you will have to use a bit of CSS code to hide the td-g-rec class and also, you will have to get the post ID for your particular post where you want to hide the Ads.
Below, I gave you an example for a post which I have hidden the Google Adsense, like this ->

.postid-462 .td-g-rec {
display:none;
}

-> http://screencast.com/t/lPJ1wGeUtUOL

You will have to do something similar for your side, take the post ID and apply the code provided above.

Thanks for your understanding!

Post count: 28

Thanks Catalin,
It’s working for me 🙂

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