[Google]

My top 10 Wordpress plugins

The following are a list of plugins I either use, have used or plan to use in the future to improve this blog.

In no particular order:

Contact Form 7 – Just another contact form plugin. Simple but flexible. By Takayuki Miyoshi.

Putting your email address on the web these days is just an invitation to be spammed [...]

Maintaining a Wordpress install with git

A while ago I started tracking Wordpress updates using Subversion. Instead of downloading the official release from the Wordpress website I checked out the code from the stable branch of their Subversion repo. This made upgrading as simple as running “svn up” and I didn’t lose any modifications I had made to the [...]