• Resolved Bailey

    (@chadbailey31gmailcom)


    Hi Josh-
    I’m trying to add a slideshow to a page, but without luck so far.

    My slideshow is titled graduation.

    In the text editor for the page, I entered <?php if ( function_exists( ‘graduation_slideshow’ ) ) { graduation_slideshow(); } ?>

    Am I going about this correctly? Any guidance is much appreciated.

    Many thanks-

    http://ww.wp.xz.cn/plugins/meteor-slides/

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

    (@jleuze)

    Hi, the function for the slideshow is always the same, to load a specific slideshow you add it as a parameter:

    <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow( "graduation", "" ); } ?>

    Here’s more info about multiple slideshows.

Viewing 1 replies (of 1 total)

The topic ‘Loading a Slideshow’ is closed to new replies.