Hello Friend, Right now i working on wordpress, now what i want to do is all my pages working properly with CMS based application, now all the content in home, about us, porfolio, Services pages is constent now what i want to display is, When i add new data based on my choices it will display on that particular page, Means if i add new photos that will display in PhotoGall, If i Add my new branch info that will display in about us page, means a kind of posting concept, if i add new post based on my choice it will display in different page and previous content will remain in the page. I hope u got what i want to say, I Just wait for your response, I hope u will give me the response as soon as possible. Thanks Harshida
You will have to make use of the feeds for this There will be free themes available with these feature for WP.
no need for feeds. You can simply have query_posts() function used properly. For example query_posts("cat=1"); will select only the posts that are in category with the ID of one. Simply add this line of code before the wordpress loop on a page template and you will have there only the posts that are in category with the ID=1. More about query_posts()! Say thanks if you found it useful and I'll give you a cookie