Great thread going on here.
I’m having a problem just getting it show. Can see it if I insert the code into posts. But i want it as a header on all pages.
This is the code:
<?php if ( function_exists( 'meteor_slideshow' ) ) {
if ( is_home() ) {
meteor_slideshow( "home", "" );
} elseif ( is_page( 'bjornenvagen-15-2' ) ) {
meteor_slideshow( "bjornenvagen-15-2", "" );
} elseif ( is_page( 'ovrig-information' ) ) {
meteor_slideshow( "ovrig-information", "" );
} else {
// Add a default slideshow or image here
}
} ?>
This is the page I’m trying to get it to work on.