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?
|
feedback
|
|
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. | |||
|
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. | |||
|
feedback
|