-
Website
http://evansims.com/ -
Original page
http://evansims.com/tips/web-apis-by-example-part-i-twitter -
Subscribe
All Comments -
Community
-
Top Commenters
-
Hazman Aziz
5 comments · 1 points
-
Rob Bluey
3 comments · 2 points
-
Devin Reams
6 comments · 1 points
-
edwinv
4 comments · 6 points
-
Araceli
2 comments · 2 points
-
-
Popular Threads
-
Redesigned; v2009.1
4 weeks ago · 6 comments
-
Adding a Bloom Effect to Warhammer
4 weeks ago · 3 comments
-
Terminator Salvation
4 weeks ago · 2 comments
-
Warhammer’s Abrupt End Game
4 weeks ago · 1 comment
-
Redesigned; v2009.1
As far as I know WordPress doesn't have any API for that sort of thing, though it does have an API (called MetaWeblog) that lets you use clients to create and edit posts. Assuming your WordPress installation is going to be on the same site as the homepage you want to display your "Most Recent" posts on, you can just write a PHP script to query your WordPress database, pull the latest posts, and output it on your page.
If you're not familiar with PHP, you might try Googling around; I imagine this sort of thing is pretty popular. It's a simple enough script to write though, so don't be afraid to dig into the PHP documentation and try it.
Good luck, and let me know if you have any more questions.
Short note for Dan, Wordpress is nice, for blogging but if your site is community oriented, I will throw in a quick word for Drupal. It has integrated blogs , customisable themes, tons of modules, and after the small initial learning curve ( 1 month, about ), you will find yourself 'hooked'.
Retrieving queries of last posts (from multiple blogs) , with Drupal is very easy. for an example see my **unfinished ** homepage, www.3wsimple.com/ , sorry it s not really up to date I am badly overloaded. But it should give you a good idea. Hop on to drupal.org, if
you want more info, or contact me through above site if you need a helping hand. End of shameless plug, thanks for the nice read evan !, keep up the nice work !
I did a few Google searches and came across this bit of PHP. I've been going through the PHP documentation and a nice tutorial I found. But in the mean time could you look at this code for me? Are there any Changes/enhancements I should make?
# " rel="bookmark" title="Permanent Link: "> in
Thanks for the tip about Drupal. A few people I know have said that they use it and love it. They also say it is very screen reader friendly which is a big plus. I've taken a quick look at it, but haven't had the time to really dive in. May I ask what language your site is in? It's always... interesting to hear when my screen reader switches to a different language and starts butchering it. At least I think it is butchering it. Just curious. Thanks again.