WordPress 3.0 is introducing a new theme that is light years ahead of Kubrick (also known as default in the backend), that looks so good you won’t even mind running it on a live site. In addition to being a beautiful theme in it’s own right, it’s also easy to build upon and create your own child themes for. I’ll show you just how easy it is to make some substantial changes. We are going to move the two column Twenty Ten to a three column theme I’m going to call Thirty Ten. I’m going to lay out a couple of ground rules for myself when building this theme:
- I’m not allowed to override any of the template files with my own version. I want this to be as easy to maintain as possible. This means that I have to use footer.php, header.php and all of the other files.
- No output buffers This means I can’t use an output buffer and then regular expressions to get around rule number one.
- I want the reader of this article to be able to take and borrow any piece of this theme and use it to modify there own theme. Every part of this theme is licensed under the GNU public license, just like WordPress



And turn it into this:

