I was looking at a friend’s site that is running Thirty Ten and it got me thinking. If it was this easy to create a three column theme with the content in the center, why not one that had the content on the left? Or the content on the right?
And then I thought, why not just give the user the option. So that’s what I’ve done. You now have the option of having the content on the left:

On the right:
Or the default center:
This option can be managed from the Thirty Ten settings page. Now you might be asking why didn’t I add this under the appearance menu? Well I wanted to make use of the WordPress Settings Api like I did in my Hitting an External Cron Plugin. You can download an updated version. Most of the pertinent changes are in the new options.php file. Happy Theming and let me know if there are any more changes you want to see.


Hi Aaron
Thanks for the brilliant article and help. I want to edit your theme further and wonder whether it is better to add a child theme to your thirtyten theme or copy the thirtyten theme and edit it directly please?
Thanks
Rich
Unfortenetly you can’t create grand child themes. i would encourage you to create your own css in a plugin, and then use wp_enreque_style to add that in order to make any changes. Cheers.
Aaron,
I’ve adapted the ten ten theme and it’s created quite a large gap between header and the start of the body #Main
I’ve been trying to sort it using Firefox and Firebug and changed everything that looks promising, but still can’t reduce the gap.
Any ideas?
Thanks.
Can you point me to a URL that shows this in action?
Wow Aaron!!! This is exactly what i was looking for to use on my small business website! I love the twentyten theme, but needed 3 columns. I absolutely love you! lol. Thanks for making this available
)
I’m curious…Is it possible to change the links back to default colors easily? I’m fairly new to WordPress, but I can muddle my through code if given instructions fit for a newbie. lol.
Great job! Thank you Thank you Thank you!
Be well. ~ John
Just remove the Change our default link colors section in style.css
Pingback: Starting a WordPress 3 Blog from Scratch, Part 3 | The Janet Tokerud Blog
Hi Aaron -
Your article on creating a Twenty Ten was *super helpful*!
Question: how does one remove the Twenty Ten Header and Background options under the Appearance Menu. I haven’t been able to find the hook for it.
Thoughts appreciated.
Cheers!
Ajit
You’ll need to override the twentyten_setup function with one of your own (and also override header.php to no longer look for the custom header).
Hi,
Do I just copy all the files into the thirtyten folder?
Thank you,
Tony M
yes