I have a wordpress blog, and I would like my main site to get updates of the most recent posts in a little box. How would I do that?

link|improve this question

0% accept rate
feedback

2 Answers

Have a look at http://codex.wordpress.org/Integrating_WordPress_with_Your_Website

I would imagine you probably don't want to show the posts in real time but near enough, ie. if the user may have to manually refresh if you post while they have the page already loaded.

link|improve this answer
feedback

"a little box", that sounds like an rss-widget? There are many possibilities, but personally I use zRSSFeed (a jQuery plugin), cfr. this example. hope this helps.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.