Title: Loading a Slideshow
Last modified: August 21, 2016

---

# Loading a Slideshow

 *  Resolved [Bailey](https://wordpress.org/support/users/chadbailey31gmailcom/)
 * (@chadbailey31gmailcom)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/loading-a-slideshow/)
 * 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://wordpress.org/plugins/meteor-slides/](http://wordpress.org/plugins/meteor-slides/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/loading-a-slideshow/#post-4417047)
 * 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](http://jleuze.com/plugins/meteor-slides/multiple-slideshows/).

Viewing 1 replies (of 1 total)

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

 * ![](https://s.w.org/plugins/geopattern-icon/meteor-slides_0f131a.svg)
 * [Meteor Slides](https://wordpress.org/plugins/meteor-slides/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/meteor-slides/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/meteor-slides/)
 * [Active Topics](https://wordpress.org/support/plugin/meteor-slides/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/meteor-slides/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/meteor-slides/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/loading-a-slideshow/#post-4417047)
 * Status: resolved