Hello guys,
I"m trying to get ONE category's post to show up as my default page instead of all posts.
any idea how i get that done
Hello guys,
I"m trying to get ONE category's post to show up as my default page instead of all posts.
any idea how i get that done
Before the loop, use the code
query_posts("cat=x");
where x is the number corresponding with the category you want to display. See also:
http://codex.wordpress.org/Template_Tags/query_posts
http://codex.wordpress.org/The_Loop
Your quick response is much appreciated hommes.
This topic has been closed to new replies.