Pages and posts are two different things. If you are dealing with posts – stop thinking about “specific” or non-specific pages.
Try to use the built-in features of WP: it makes your life easier 😉
1. You can exclude posts from the main page by categories
see a few solutions:
http://wordpress.org/support/topic/56529?replies=7#post-307098
2. You can create Category_Templates as “specific” display of the posts in certain categories.
Thanks. But, how do I get those “categories” to be associated within the “page” I have created via the WP interface?
I’ll read the thread, but any additional thoughts are helpful.
Could you be a little more specific about what you are trying to accomplish? Are you are trying to have a “page” that displays all the posts of a certain category? Do you want these posts to be omitted from the front page?
~Jonathan
That’s the point – you cannot! And that’s why I said, forget it 🙂
Pages don’t have categories. If you have a specific category, say cat ID# 4, you create a category-4.php template (see the links above before arguing, BTW) and style it as you wish. WP is “smart” and when showing all the posts from cat 4, will use this template…
Everything is described in details at links I’ve provided.
Well, yeah, you’re right about that. What I was going to tell him is to make a new template and point the new page to that template, but that’s what was in the link you provided.
@jonlandrum,
Please, don’t give misleading advice – like using Pages to display categories. Why to force WP to do something in a complicated way (with a lot of headache) when you have a ready, built-in feature to achieve what the OP wants?
[Because a self-proclaimaed newbie doesn’t know about an existing feature and tries to use a complicated approach, you don’t have to go with it, especially if we can offer a simple way…]