Results 1 to 7 of 7

Thread: left sidebar

  1. #1
    Thread Starter
    Rookie halohalobiz's Avatar
    Join Date
    Apr 2011
    Location
    Philippines
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    left sidebar

    can anyone teach me how can i add an additional sidebar on the left side?

  2. #2
    Thread Starter
    Rookie halohalobiz's Avatar
    Join Date
    Apr 2011
    Location
    Philippines
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts
    can anyone pls help me..

  3. #3
    Senior Member gentleman's Avatar
    Join Date
    Oct 2010
    Location
    United States
    Posts
    130
    Thanks
    4
    Thanked 9 Times in 9 Posts
    yes u can.......but it needs little work..................here it goes.......................

    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'); ?>

    Let me know if any questions...............


    Thanks
    A

  4. #4
    Thread Starter
    Rookie halohalobiz's Avatar
    Join Date
    Apr 2011
    Location
    Philippines
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts
    tnx but it still didn't work.. i tried to copy your codes and follow the instructions but still nothing happens..

  5. #5
    Thread Starter
    Rookie halohalobiz's Avatar
    Join Date
    Apr 2011
    Location
    Philippines
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts
    it added sidebar on the widget but when i tried putting something on the widget it still didnt appear on my page.. i need it badly

  6. #6
    Veteran spymare's Avatar
    Join Date
    Aug 2010
    Location
    Denmark
    Posts
    871
    Thanks
    16
    Thanked 82 Times in 61 Posts
    I could use this for banners

  7. #7
    Thread Starter
    Rookie halohalobiz's Avatar
    Join Date
    Apr 2011
    Location
    Philippines
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts
    i already created a widgetized sidebar but both sidebars are on the same side.. i cant align them on left and right.. i tried using float but it still doesn't work.. need some help please..

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Sidebar on Left instead of right
    By mtgmantx in forum ClassiPress General Discussion
    Replies: 5
    Last Post: January 27th, 2011, 12:35 AM
  2. Can I add a dynamic sidebar to the left side of directory page?
    By dollarpermile.com in forum ClassiPress General Discussion
    Replies: 4
    Last Post: October 29th, 2010, 03:50 PM