This is another ported template designed by our friends over at Hive Designs which was converted into a WordPress theme by me. Widget-ready sidebar as usual. Check out the demo here. Download it here. Screenshot is below.

This is another ported template designed by our friends over at Hive Designs which was converted into a WordPress theme by me. Widget-ready sidebar as usual. Check out the demo here. Download it here. Screenshot is below.

This is a great theme; I’m using it at my writing blog. Is it compatible with WordPress 2.5?
@Bryon: It should be compatible with 2.5
WP-Polls doesn’t seem to work with your theme. Can you tell me how to fix it?
Hi there, this is because the header and footer hooks are missing in this theme. Please add the following code before your closing </head> tag:
<php wp_head(); ?>
And the following before your closing </body> tag:
<php wp_footer(); ?>
More detailed information can be found on this post: 5 Quick Ways to Fix Up Your WordPress Theme
Thanks!