Random Posts
-
I am running some queries to get posts from certain categories. By default they show the most recent posts in the category. How can I hve them show RANDOM posts from the category?
For example:
<?php query_posts('category_name=coyotes&showposts=3'); ?>
Thanks for the help!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Random Posts’ is closed to new replies.