Remove Header Section

Posted in: Newspaper
Post count: 101

How to remove the header section where the banner is just on the homepage? You can see the link below for an image.

https://1drv.ms/i/s!ArAUmvTpZ1BdjaVWZjZxBbpMKFSprQ

Post count: 22421

Hello,
Please provide a link to your site so I can provide the proper code. It depends on the header style that you use and there re many header styles that have a bottom ad spot like that.
Thank you!

Post count: 101

Thanks Bogdan, the site can be found at Justchengdu.com

Post count: 22421

Hi,

Please replace this line of code from header-styl05.php http://screencast.com/t/A9RD0oKIteM with this code:
<?php if(!is_front_page()){locate_template('parts/header/ads.php', true);} ?>
It should look like this: http://screencast.com/t/Izl83bxWOBm
Now your homepage will not show the ad.

Thank you!

Post count: 101

Thanks so much, I’ll implement it shortly.

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.