hi,
was just wondering if anyone knows how to set the order of posts displayed on a page to be random?
i'm not talking about a bespoke query (something like <?php $news = new WP_Query("cat=15&showposts=2"); ?>) as i assume that would be as simple as adding orderby=rand to the arguments? i'm talking about a page where there is a standard loop...
<?php while (have_posts()) : the_post(); ?>
or whatever... can i make the post order of something like this random?
was just wondering if anyone knows how to set the order of posts displayed on a page to be random?
i'm not talking about a bespoke query (something like <?php $news = new WP_Query("cat=15&showposts=2"); ?>) as i assume that would be as simple as adding orderby=rand to the arguments? i'm talking about a page where there is a standard loop...
<?php while (have_posts()) : the_post(); ?>
or whatever... can i make the post order of something like this random?