Random Order Listings on Category Pages
Greetings,
I would like my listings on category pages to be in random order. I found a post about it and it said to put <?php query_posts('orderby=rand'); ?> after the have_posts statement. This doesn't work for me. It returns a blank loop instead of randomized posts.
Does anyone have any knowledge of how to do this? Thanks!!