I have installed wordpress on my site located at www.example.com/blog
. on www.example.com
I'd like to retrieve the top 5 latest blog posts and display date, url and blog title. Is this possible?
This means I want to get the blog posts from outside the wordpress installation using php and do a loop.