[Plugin: Meteor Slides] Static image if slideshow not assigned to page
-
Hi there,
Fantastic plugin, I love it!
I have been reading through the support responses and am almost where I need to be, but am a complete beginner!
I want the slider to show on the home page, and a static image on the other pages. I have kind of got there by setting a second slideshow with two slides identical, and the following code
<?php if ( is_front_page() ) { if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow("home", ""); } } else { if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow("nothome", ""); } } ?>
But I would much prefer to just have a static image as the ‘else’ option.
Could you please help?
Thanks!
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘[Plugin: Meteor Slides] Static image if slideshow not assigned to page’ is closed to new replies.