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, [...]