How can I change the order of the (featured post) crossfade slideshow to random?
Change slider order to random
5 posts from 2 voices-
Posted 1 year ago #
-
can anybody help me with this?
Posted 1 year ago # -
Hi,
Open up index.php and replace:
$additional_loop = new WP_Query("cat=".$k_option['mainpage']['feature_cats_final']."&posts_per_page=".$k_option['mainpage']['feature_count']);with:
$additional_loop = new WP_Query("cat=".$k_option['mainpage']['feature_cats_final']."&orderby=rand&posts_per_page=".$k_option['mainpage']['feature_count']);Posted 1 year ago # -
super, that did the trick.
Thanks!Posted 1 year ago # -
Hey!
Glad that I could help you :)
Regards,
PeterPosted 1 year ago #
Reply
You must log in to post.














