Tag Archives: xml

How to Import/Export Your Wordpress Blogroll… er, Your Links

It’s not immediately apparent how to import/export the links in your Wordpress blogroll. One would expect that the import/export tool, used to backup/restore Wordpress posts and pages would handle this functionality as well. But the import/export tool has many options. You need to select the Blogroll import option (located near the top of the list) [...]
Posted in Programming, Wordpress | Also tagged , , , , , | Leave a comment

Grab a Twitter Status without the Twitter API

Quick and dirty way to grab the users status messages without having to go through the twitter api (not having to authenticate that is). You can grab the RSS feed and indicate the number of statuses returned with the count param. I wrote this function for my blog in PHP. It uses the curl [...]
Posted in php | Also tagged , , , | Leave a comment