Hi All,
I'm trying to hide Banner - Footer Position 1 from the home page only. I want it to show on all other pages.
tried using $this_is_home_page) code but the whole footer disappears along with the banner.
Any help would be much appreciated the site is call furnishingsoflondon .com<?php
if (SHOW_BANNERS_GROUP_SET4 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET4) && $this_is_home_page) {
if ($banner->RecordCount() > 0) {
?>
<div id="bannerFour" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
<?php
}
}
?></td>
Many Thanks in advance


Reply With Quote
