2009-11-13, 01:41:35
Look in the Templates. They are using as example a "component" called 'sidebar'. You can create more "components, too. And add any content in those extra components and call them seperatly in your theme, thus creating another <div> or whatever with your 2nd-content (even one or more columns).
Code:
<div>
<?php get_component('sidebar OR whatever name'); ?>
</div>