Category Archives: Wordpress

Parse WordPress Post Export With Python

Within WordPress it is possible to export all historic posts as an XML file. This XML file is a little unwieldy, but it is possible to parse the WordPress post export with python. This post shows how you can use the python feedparser library to easily access the export elements. When you do this WordPress… Read More »

How To Set Up Your Own Website

I was surprised by how easy it was to set up your own website. Follow this simple advice to get yourself up and running with one of your own!  Choose Your Host Your website host is a company which you rent server space from to host your website on. When it comes to webhosts for… Read More »

My Top 5 WordPress Plugins

My Top 5 WordPress Plugins At the last count there are 37,491 wordpress plugins out there. Here is my pick of the top 5 wordpress plugins I wouldn’t want to do without. 1. Syntax Highligher Evolved Quite a few of my posts include code examples, so I’m not sure how I’d manage without this first… Read More »