Need help with this too![]()
Need help with this too![]()
Finally someone with the same problem as mine.
If you will find a solution please post.
This is how i fixed it:
In tpl_main_page.php file (line 108), instead of
<div id="bannerThree" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
i have
<div id="bannerThree" class="banners"><?php if($this_is_home_page) echo zen_display_banner('static', $banner); ?></div>
That's all, now my banner are showing only on the home page. Hope this will help you!![]()
This is great!
As a follow up to this, if you want the banner to show up only on certain pages aside from the home page, how does the naming convention go?
Bookmarks