More than one Slider
-
I have a slider and I want to add two (One on top of the other) but the new second slider doesn’t work.
How can I make them both work in the same page?!
This is how I have the code in index.php:
<?php include(TEMPLATEPATH . '/includes/blog-slider.php'); ?> <div style="clear:both;"></div> <?php rewind_posts(); ?> <br /> <?php include(TEMPLATEPATH . '/includes/event-slider.php'); ?>
The topic ‘More than one Slider’ is closed to new replies.