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

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 … Read more