View Single Post
Old 09-21-2015, 10:17 PM  
astronaut23
Confirmed User
 
Industry Role:
Join Date: Jan 2012
Posts: 310
I figured it out myself. I'll post the solution here if anyone else needs it. You just need to add this line in the index.php file:

Code:
<?php query_posts($query_string . '&orderby=rand') ?>
It should be added right above this line:

Code:
<?php while (have_posts()) : the_post(); ?>
astronaut23 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook