exclude ads from pages

Posted in: Newspaper
Post count: 28

hi guys,

i would like to exclude all ads from all pages. (using codes in theme pannel)
so i only want that they appear on posts and home.

could u give me a hint in which file to edit which line?

thank you!

Post count: 7909

Hi,

You can try to add a condition to show ads only for your front page and post pages – http://screencast.com/t/AV014x7o

if (is_front_page() or is_single())

Thanks!

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