Make ads appear on 1 page

Posted in: Newspaper
Post count: 2

Hi,

Yesterday your support staff were very quick in replying to me. Unfortunately I am not the strongest when it comes to this sort of thing. I was given the information below in order to make the ads only appear on one page.

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.

Unfortunately, I do not know how to get to the ads.php section from the dashboard in order to edit. Could you please give a more clear instruction so a newbie like me can get there.

Thanks in advance.

Post count: 23312

Hello rwilson,

Unfortunately, the file ads.php is not available to be edited from Dashboard. You have to set it in another editor, as example Notepad Plus and update via FTP to your database. First of all, please do a backup to your database for greater safety. http://screencast.com/t/clN9dB2U

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.