Forums

how do i add a second sidebar? (3 posts)

  1. tonnyochieng
    Member
    Posted 3 years ago #

    I would like to add a second sidebar say sidebar2 to my site http://post.netspier.net with the exact same positioning and css attributes as the existing one so that in the homepage, search results and other pages the existing sidebar displays but in the single post pages sidebar2 to be the one to display. Please help.

  2. nast0
    Member
    Posted 3 years ago #

    There's a great tutorial here for adding second sidebar.

    Then I'd edit single.php (or whichever file you need a diff sidebar on) from;

    <?php get_sidebar(); ?>

    to

    <?php get_sidebar2(); ?>

    That will certainly get you started...

    Cheers,
    n

  3. SteeLx
    Member
    Posted 2 years ago #

    thanks for blogohblog link

    I found anotehr 1 here : http://ablereach.com/wordpress/wordpress-add-a-second-widget-ready-sidebar/

    Thanks for this topic :)

Topic Closed

This topic has been closed to new replies.

About this Topic