dylan
11/7/2017 - 11:13 AM

Random display wordpress posts

In your index.php  of your wordpres template, search for
if (have_posts())
 
and replace it with
query_posts($query_string . '&orderby=rand');if (have_posts())