Customizing the template tag
-
First I would like to say that Im loving the plug in, great job. We have started to use it in a number of sites.
I used [code]<?php if ( is_front_page() && function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>[/code] in my header.php file to get the slideshow to only show on the front page. This was working fine until the client decided he wanted multiple slideshows throughout out the site.
I used the shortcodes to display the different slideshow on the requested pages but now my slideshow for the header is showing all the slides for all the slideshows that have been created. Is it possible to clarify what slideshow you would like presented within the template tag?
You can view the dev site at http://www.74.113.141.70
Thanks in advance for any help.
The topic ‘Customizing the template tag’ is closed to new replies.