I am wodering how do I do this. I want certain post that are created to automaticlly be assiged or posted to cetain pages. For example if I have pages 1, 2 and 3 and categories 1, 2 and 3 so post in category 1 only goto page 1 etc etc, insead of all in one page.
pages and posts are two different things in wordpress. And I have not seen a plug in that will automatically default posts to a specific category (other than uncategorized),
Yes you can do that by creating a custom template. so here is how you work on it -Create a custom template -Select the template in the "Page Template" section -Add a custom field for that page which has the category key (this key will be used in the template you create to grab the posts from that category) Hope it helps.