Support » Plugins » Meteor Slides as header only for homepage and Use featured image as header for o

  • Resolved Midhun007

    (@midhun007)


    Hi,
    I am using meteor-slides plugin to make header as a slideshow. I am using twenty-eleven theme. Now i need to make this slideshow for my homepage only and featured images of other pages as headers for the respective pages. Can anyone help me with this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Bravos

    (@bravos)

    My heart filled with optimism as I found this thread with exactly my question then sank again when I found there were no answers.

    Anyone?

    Thread Starter Midhun007

    (@midhun007)

    I have got an answer for it.this may not be an optimal solution.But it worked for me. 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

    Hope this solves your problem…

    Bravos

    (@bravos)

    Thanks for the response. I’ve just solved my problem with Dynamic Widgets plugin

    As very definitely a non-coder I prefer my plugin method – apart from which Dynamic Widgets seems to have opened up all sorts of possibilities for changing page content according to the subject.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Meteor Slides as header only for homepage and Use featured image as header for o’ is closed to new replies.