I have different categories of posts and I have different pages such as about me,contact us etc.) How can I make a specific category's posts in a specific page only??
I have different categories of posts and I have different pages such as about me,contact us etc.) How can I make a specific category's posts in a specific page only??
put a query_posts statement before the loop on the page
see this page for details:
http://codex.wordpress.org/Template_Tags/query_posts
This topic has been closed to new replies.