Results 1 to 4 of 4

Thread: Need sidebar

  1. #1
    Thread Starter
    teddy's Avatar
    Join Date
    Jan 2013
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question 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

  2. #2
    Thread Starter
    teddy's Avatar
    Join Date
    Jan 2013
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

  4. #4
    Thread Starter
    teddy's Avatar
    Join Date
    Jan 2013
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. job sidebar and resume sidebar ?
    By garyb in forum Help Using JobRoller
    Replies: 2
    Last Post: October 19th, 2011, 05:16 AM
  2. [MOD NEEDED] CSS on Sidebar
    By acidrainz in forum ClassiPress General Discussion
    Replies: 3
    Last Post: October 17th, 2011, 08:09 AM
  3. sidebar
    By gregrichters in forum JobRoller General Discussion
    Replies: 4
    Last Post: May 26th, 2011, 12:24 PM
  4. [MOD NEEDED] sidebar mod
    By pinocchio in forum ClassiPress General Discussion
    Replies: 3
    Last Post: October 19th, 2010, 03:44 AM