Quote:
Originally Posted by nexcom28
Thanks for this vd but there isn't a query args in home.php
|
Then simply add the following right before the "if (have_posts())" [or "while (have_posts())" if there is no if] line:
Code:
query_posts($query_string."&showposts=6&orderby=rand")