Revision: 24226
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 23, 2010 21:15 by bdnnikki
Initial Code
<?php query_posts('category_name="Your Category Name"&orderby=rand&posts_per_page=-1'); ?>
Initial URL
Initial Description
Here is the code I used to show all of the posts for a particular category...
Initial Title
Show ALL posts for a particular category in random order on a page
Initial Tags
wordpress
Initial Language
PHP