different sliders on different pages – featured content
-
I am currently using Meteor Slider on my site (a child theme of the original Responsive by ThemeID, now Cyberchimps)and love the plug-in thank you ??
At present, the slider shows on all pages and header.php calls for ‘featured_content’ rather than a specific slideshow<div id="featured-image" class="grid col-940 fit"> <?php $options = get_option('responsive_theme_options'); // First let's check if image was set if (!empty($options['featured_content'])) { echo do_shortcode($options['featured_content']); // If not display dummy image for preview purposes } else { echo '<img class="aligncenter" src="'.get_stylesheet_directory_uri().'/images/featured-image.png" width="440" height="250" alt="" />'; } ?> </div>
Now I would like to have a different slidshow which will appear instead of the general one on specific pages. What is the best way to do this?
Thanks for your help.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘different sliders on different pages – featured content’ is closed to new replies.