damianhope Posted April 23, 2010 Share Posted April 23, 2010 Hi, Is it possible to have a banner which will only display on the homepage? Its going to be a big banner showing some of the latest offers, I would like to add it just below the header if possible. You can see my site here: http://tinyurl.com/2uzvj3p Thank you in advance for any help. Damian Link to comment Share on other sites More sharing options...
000---000 Posted April 23, 2010 Share Posted April 23, 2010 Hi, Is it possible to have a banner which will only display on the homepage? Its going to be a big banner showing some of the latest offers, I would like to add it just below the header if possible. You can see my site here: http://tinyurl.com/2uzvj3p Thank you in advance for any help. Damian Yes. Create a new banner group in the admin. Then copy the banner php code from either footer or headr, but change the banner group name. Something like the following. Insert that into index.php, the third column in table in index.php, and then create banners the exact size you need them. <?php if ($banner = tep_banner_exists('dynamic', '***YOUR BANNER GROUP NAME HERE***')) { ?> <?php echo tep_display_banner('static', $banner); ?> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.