hi there.
I would like to have posts from a particular category to only show in another page. Like an admin blog where the admins tell about updates to the site... But I don't want the posts to show on the front page... How Do I do that?
hi there.
I would like to have posts from a particular category to only show in another page. Like an admin blog where the admins tell about updates to the site... But I don't want the posts to show on the front page... How Do I do that?
Isn't it possible to have a category like "webmaster" on a page for it self?
Yes, those are called category archives:
http://codex.wordpress.org/Category_Templates
Also, look for the Advanced Category Excluder plugin in the Extend section.
I seemed to have overlooked part of the question.
You can also exclude categories with query_posts.
So I have to create a file called category-25.php and put it to my themes folder. But what then? What do I have to fill in it? Can I just copy content from an existing file in my wp installation?
If you just want to exclude the category's posts from the main page - you don't really need the category template (which, btw, can be "made" by saving your archive.php or index.php as category.php...).
You would need special templates ONLY if you want to style them differently then the rest of the theme or want to add something special that is not present in
a) other templates
b) other categories
c) other archives
Also useful: Template_Hierarchy
This topic has been closed to new replies.