Return to Snippet

Revision: 24226
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