I would like the main index page to pull random posts everytime it is loaded instead of having the newest at the top. Is this possible?
Can I set the homepage to random?
2 posts from 2 voices-
Posted 2 years ago #
-
Hey,
open up index.php and replace following code:
$additional_loop = new WP_Query("paged=$paged&cat=".$k_option['gallery']['gallery_cat_final']."&posts_per_page=".$k_option['gallery']['post_count']);with:
$additional_loop = new WP_Query("orderby=rand&paged=$paged&cat=".$k_option['gallery']['gallery_cat_final']."&posts_per_page=".$k_option['gallery']['post_count']);Posted 2 years ago #
Reply
You must log in to post.














