Is it possible to have multiple dynamic pages in my blog??? I have a trick in mind. In wordpress, categories works as individual dynamic pages. I am not sure, but can I use this feature to display multiple dynamic pages in my blog?? Please advise..
You can show dynamic pages just create new page and select parent page. (May be u r getting error because ur theme is not set for dynamic pageS)
I think you did not understand my query.. By default, in wordpress, there is one page where all your posts are displayed, i.e. the home page. You can create other pages, but you can not post to these pages. Now I want something like this: The main page should be static, it should not change. I am not going to post on this page. Let us call this page no 0. I have three categories and three pages. Now, when I post to category 1, it should appear in the page 1 and so on.... Is it possible???
If you need them to show on the different pages, just as regular posts do on the front page..that is difficult and I have never seen it done before...but I am sure someone can show you how to adjust the code. But here is a quick fix using your category feeds. I use a plug in called feedsnap, that easily lets you display feeds in a post or page. Simply make a page for each category that you want to display separately, "Page-category 1", "Page-category-2" and so forth. Use feedsnap to display the feed of each category on it's coinciding page. You can set it to display up to 20 headlines and excerpts.(I think) so now...your home page is displaying your "featured" posts and your pages are showing the posts of it's assigned category via RSS. Or...you could get a magazine style theme...on most of those, each category has it's own section of the theme...on the main page that display each individual category post. That's all I got, maybe someone else has seen a plug in or something.
I believe what your trying to achieve is : For category 1, you want ONLY the category 1 posts to appear on a page created by yourself and you want this repeated for the other categories as well ? If that is what your after, i believe you can create a page template(might need to create one for each category ), and then create the page with that template and it will work as you require it do (if i have understood what you require)