Right now by blog has the ‘home’ section where all my new posts go, and ‘pages’ sections which are static pages that i can edit.

my question is, can i have another section that will behave like the ‘home’ link?

for example, can i have a page called ‘cars’ and a section called ‘cats’, where i can add new posts to either section?

if this is not possible, what are some workarounds?

edit:
i dont want the blog homepage to contains ALL stories, i want it to contain all stories under the cat category, and the ‘car’ page contain all the posts under ‘car’ category.

in essence, it will be like i have 2 different blogs under a single blog

3 Answers
3

You can also create a custom feed and this to WP; use the function add_feed() for add a feed to WordPress and define the content inside the feed.

A example for feed with the drafts of WP can you read in this post.

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *