
Originally Posted by
godt
Maybe I should put it like this: by default, the front page slider has 5 slides/banners. What steps can I take such that I have 6 slides/banners?
The easiest way to add more slides to the slide show is to just add this code to the tpl_main_page.php after the last slide and not have it configurable via the admin. If you want to be able to control the additional slides via the admin you will need to create a new banner group. There are detailed instructions posted on the forum for how to do this. Just do a search of the forum.:
Code:
<a href="your link" target="_blank"><img src="images/banners/your banner image" alt="your alt text" title="your title text" width="550" height="302" /></a>
Thanks,
Anne
Bookmarks