WordPress Slideshow Issues with the ordering of the slides
Hi,
I placed my slideshow onto the index.php using the following code which puts the slideshow on the page and works great. The issue is the slide order. I do the order the slides and place them the way that I want but the slideshow changes it on the page to a different order than what is showing in WordPress.
Code on index.php
<?php if (function_exists('slideshow')) { slideshow(true, "1", false, array()); } ?>
Of course, I tried using the shortcode [slideshow gallery_id="1"] but when I go to the page to view it then it just shows the code instead of the slideshow.
Site: www.pcducks.org
Suggestions?
Thanks,
Sincerely,
Jeffrey
Comments
Thanks for your post.
Perhaps you can try the following, to add the shortcode to your template using the following PHP code:
<?php echo do_shortcode('[slideshow gallery_id="1"]'); ?>
Then order the slides under Slideshow > Manage Galleries by clicking on the "Order Slides" link for a gallery: http://screencast.com/t/eTrRRY5442W7
Please let us know if this works for you, will you?
Best regards,
Phil
I am having the same problem. I have ordered the slides the way I want and that is how they appear when I go to "Order Slides" but they are in a totally different order when viewing the slideshow. I also use the shortcode.
Thanks