Tag Archives: wordpress

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

Wordpress Test Data For Theme Development

I found a great piece of test data for developing wordpress themes.
http://svn.automattic.com/wpcom-themes/test-data.2008-12-22.xml
I am uploading it here: test-data.2008-12-22 just to be safe.