• Resolved gslauen

    (@gslauen)


    Hey J. I have the same question as cp101B I want the slide show to run once in my header and I am using the

    <?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow (); } ?>

    I have looked at the meta data examples but I am no coder.
    Could I code the autostop right into the header.

    Thanks

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter gslauen

    (@gslauen)

    I see how to use this function below

    [meteor_slideshow metadata=”autostop: 8″]

    but not how to translate that to metadata.

    Thread Starter gslauen

    (@gslauen)

    Got it.

    <?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow ( “”, “autostop: ‘8’” ); } ?>

    syntax, syntax syntax

    Thread Starter gslauen

    (@gslauen)

    Love the plugin. Lots of great threads for support as well.

    Thanks
    J

    Plugin Author Josh Leuze

    (@jleuze)

    Yep, that’s exactly right! Glad my plugin came in handy for you.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: Meteor Slides] Turn off looping Another question’ is closed to new replies.