Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

How do you:

1) create a page and select "Blog Template" and also choose which category for the Blog's you want.

2) Then create a blog post and choose the category for that page....resulting in a page that shows all the blog posts for that category?

Thanks!

share|improve this question

2 Answers

up vote 1 down vote accepted

Sounds like you are looking for the functionality of WordPress 3.0 Menus Subpanel. In Dashboard go to 'Appearance' then 'Menus' and you can create a page that will show the posts from a specified category.

share|improve this answer

WordPress by default creates category archive that lists all of the category's posts, but if you want to do that in a page then take a look at List category posts plugin

which allows you to list posts from a category into a post/page using the [catlist] shortcode. This shortcode accepts a category name or id, the order in which you want the posts to display, and the number of posts to display. You can use [catlist] as many times as needed with different arguments.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.