I have a gallery theme using thematic, and I'm trying to completely randomize my post order every time someone comes to my site. I don't want the posts to be chronological or any other order that's set in stone...just completely random is perfect.
After searching the wp forums, I understand that <?php query_posts('orderby=rand');?> can be used in the loop, but I'm a little stumped as to how I can make this change in thematic.
Thanks!