Need sidebar
Hi AppThemes.
Bought Classipress after some considerations, about using "another wordpress classifields etc etc " or using this Classipress.
I´m running a site with lots of content on its left side, and on its right side , and surely i wanna do the same to the new site ( im upgrading the old site to classipres)
But i was not aware that classipress are restricted to just one sidebar on the right. my fault offcourse.
Question : How the heck can i tweak it into using sidebarleft, content in middle and sidebar right.
I am used to php , webmaster for 12 years, but this i cant figure this one out.
I have tried this tweak : 1) add this in functions.php
<?php
if ( function_exists('register_sidebars') )
register_sidebars(2);
?>
2) Create a file leftsidebar.php and add this
<div>
<ul>
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?>
<?php endif; ?>
</ul>
</div>
3)add this to index.php
<?php include (TEMPLATEPATH . '/leftsidebar.php'); ?>
-------------
But that only shows 2 extra sidebars in widget , not on the homepage.
Can anyone help with the golden egg ??
Else i have to run a simple theme, tweak that, and run the "another wordpress classifield" instead of classipress.
Thanks.
Teddy