Hi, I have set up a wordpress blog and I would like to place the latest blog entry to the homepage of another website. Is this possible, if so how? Thanks Adam
It's possible, you'd generally do it by processing the RSS from your blog on the other site. What is the other site running, a CMS, etc?
I did it on my directory here www.edgelevel.com from my other site www.ginside.com and it works quite effectively. I just used a custom RSS reader I made that's essentially built into PHP and parsed the RSS feed like you see it. it works well.