Simple but highly functional two-Column WordPress theme. Tabbed-Content in Sidebar, Threaded comments. No plugins required, Sidebar widget ready. Compatible with WordPress 2.5 and higher. Tested upto WordPress 2.8.2. French, Danish language support. Valid CSS & XHTML, Compatible with IE 7+, Mozilla 2+, Safari 3+

Bernard Pike
01 / 05 / 2010
I’ve been through a lot of different WordPress themes in the past month of so looking for that one with just the right combination of things and I think Carbonize will be one I’ll be sticking with for a while. It’s clean, readable, organized, and easy to configure even for an amateur like me.
My only criticisms are minor:
When looking at the page it would be nice to have an “edit” link for each post thereby circumventing the need to login and then sort through my posts to edit something small.
Your theme also seems to auto-format the text so that all my paragraphs run together with not spaces between.
Lastly, a small link or or icon placed somewhere near the the top of the page to access the admin area would be outstanding so that I could get rid of that Meta widget.
Like I said though, my complaints are minor and it is an excellent theme!
GeorgWP
02 / 19 / 2010
Hi,
Nice theme. I am the Danish translator. I was just made aware that functions.php does not include a load_theme_textdomain function. I inserted these lines and it works like a charm:
function theme_init(){load_theme_textdomain('default', get_template_directory() . '/languages');
}
add_action ('init', 'theme_init');
Best regards.