I want the last posts in my blog ( http://www.fastlink2.com/blog/ ) to be displayed in another page. Something like last 5 posts. Does anybody use or know a plugin for WordPress doing this? Thank you.
How about using the rss feed. Just add /feed to the end of your url for the address for the builtin rss feed.
Hi, thank you for the response but I am looking is a php script solution. Since I am hosting the blog and the website in the same domain I was thinking at a php include script. Is kind of weird to parse the XML when I have acces to the DB allready.
I allready resonded above that a RS parsing solution will be to slow because the headlines will be hosted on same server so I would rater use a database grabbing.
I researched the topic and find a solution: I will implement in one website and post a link for the ones with interest on this topic.