Using wordpress to manage content on an existing website

Hi,

I have a website up and running, and I would like my client to be able to upload content into wordpress and then feed this content into certain pages of the website. For example, I would like to create a blog where the client could upload latest news, then on the home page (which is a normal XHTML page) I would like to feed in the latest 3 news story headlines. My query is how I feed in the headlines to the homepage.

Thanks for your help!

Make the homepage a PHP file and use an RSS parser like SimplePie.

I have to second SimplePie, it’s a great little tool. There is even a wordpress plugin for it. :):slight_smile: