Hi, I want to show recent post on my first page http://www.mysite.com/index.html from the first page of my wordpress blog http://www.mysite.com/blog/ I want to integrate rss reader to read feeds from my own blog to show on my existing static page, retain main page as .html not .php If anyone interested, PM me for more details. cheers
Hmm, the only thing that comes to mind is a javascript feed reader/parser. They aren't that fast or very responsive but they get the job done. Other than that you can also setup apache to parse html files as php files, and then use php in index.html to read the feed.