Is there a way to randomize the order of the slides?
Randomize slide order in slider for Choices Theme
2 posts from 2 voices-
Posted 6 months ago #
-
Hi!
Yes, open up choices\includes\helper-slideshow.php and replace following line/code:
$this->slides = avia_post_meta($this->post_id, 'slideshow');with:
$this->slides = avia_post_meta($this->post_id, 'slideshow'); shuffle($this->slides);Regards,
PeterPosted 6 months ago #
Topic Closed
This topic has been closed to new replies.














