/ Published in: PHP
Here is the code I used to show all of the posts for a particular category...
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php query_posts('category_name="Your Category Name"&orderby=rand&posts_per_page=-1'); ?>