Hide Ads on specific Post

Posted in: Newspaper
Post count: 2

Hi,

i want to build a landingpage on my blog.

For this one post i would like to use a different post template without sidebar and ads.
Without sidebar is no problem but how can i hide ads in this one post?

Regards, Chrille

Post count: 23312

Hello Chrille,

If you want to hide an ad for a specific post page you should use the post ID for this post page and then add a bit of CSS code which hides the ads from this section.

Below I gave you an exmaqple ->

.postid-149 .td-a-rec, .postid-149 .td-g-rec{
display:none;
}

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

Hope this helps!

Thanks for the message!

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