Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Hi, you can do this using a conditional tag, for example:

    <?php if ( is_page( 'about' ) {
    
    if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); 
    
    } ?>
    Thread Starter roclimb

    (@roclimb)

    Thnaks so much that makes sense. again wonderful plugin.
    I was also wondering what is the code snippet to just place the plugin in a Post?

    Plugin Author Josh Leuze

    (@jleuze)

    You can use the shortcode to add a slideshow to a post or page:

    [meteor_slideshow]
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Meteor Slides] metor Slides on one page only’ is closed to new replies.