[Solved] Meteor Slides as header only for homepage and Use featured image of each page as header for respective pages

[ad_1]

I have got answer for it. I have changed the code to add meteor slides plugin in functions.php to show the slideshow just in the homepage.

<?php if ( is_front_page() ) {
    if ( function_exists( 'meteor_slideshow' ) ) { 
             meteor_slideshow(); 
        }
} ?>

After that i used a plug called WP display header to set header image for each page

1

[ad_2]

solved Meteor Slides as header only for homepage and Use featured image of each page as header for respective pages