Finally getting around to doing this. The slideshow is on the home page and the header.php was changed for it to show only on the home page. The second slideshow dimensions are a lot smaller and it needs to be on the same page. Do I add something in the header.php?
<?php if ( is_front_page() ) { if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } } else {
// Check if this is a post or page, if it has a thumbnail, and if it's a big one
I did have a look at the link you provided before but I need a bit more help with this one!