Monthly Archives: January 2010

PHP Code Get Most Recent Wordpress Post

PHP Code Get Most Recent Wordpress Post

This is a quick example using only vanilla PHP.  There are more dynamic ways to do this using RSS classes built into PHP addons, which I won’t go into detail here.  Instead, we will just use vanilla PHP, and parse the XML by hand.
On to the code, I take [...]