Make ads appear on 1 page

Posted in: Newspaper
Post count: 2

Hi there,

I have a header ad on the frontpage. My homepage. It is just under the menu and it looks great. Unfortunately this ad appears on every page that I go to within the website. Is there anyway I can stop this?

Thanks in advance.

Post count: 23312

Hello rwilson,

If you want to show the header ad only for front page, you have to alter a bit the ads.php and insert this snippet of code, like this: http://screencast.com/t/tc0Yj44rsha

if (! is_front_page()) {
return;
}

If you are using as the front page, your latest posts (blog mode), please replace the above function with is_home.

Hope this helps and let us know how it goes!

Thank you for the message!

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