Slideshow per post?

Hi, I'm a bit confused on how this actually works but what I'm trying to do right now is to have a slideshow for each post (different for each) with the use of the media gallery of each post and with the use of the snippet <?php if (function_exists('slideshow')) { slideshow($output = true, $gallery_id = false, $post_id = false, $params = array()); } ?> 

..in a wordpress theme instead of using its shortcode. Is this possible with the plugin? Do you really need to create a slideshow per post or it's possible to have them created automatically? Thanks and looking forward a reply!

Comments

  • 1 Comment sorted by
  • Vote Up0Vote Down
    Hi nodynu,

    That code added to the WordPress theme's page template should automatically create a slideshow from images added to any page/post (using that particular template) via the media gallery.

    Have you tried that, and if so what was your experience?

    I look forward to your reply.

    Best regards,

    Phil
Sign In or Register to comment.