Creating a Simple WordPress Theme


Posted by: TomS on March 28, 2010 @ 5:39 pm

In my previous post, I got the latest version of WordPress up and running on one of my home test servers. So what was the point of that whole ordeal? To set up a sandbox where I could try out WordPress customizations and features without impacting my live site. Once I had my test WordPress up and running, the first thing I tried out was creating my own custom theme.

In this post, I’ll run through the high level steps I went through to get the basics of this site up and running, including detailed code snippets along the way. I’m assuming the reader has some familiarity with XHTML and CSS, so I won’t dive too deep into the details; there are plenty of tutorials and documentation out on the web for that.

If you’d like to look at my final theme as reference while reading through this post, you can download a snapshot below.

hackrunner.theme.tar
hackrunner.theme.zip

(more…)