Forums

[resolved] Sidebar Help (3 posts)

  1. s0bv1ou5lyd3sprt
    Member
    Posted 1 year ago #

    I need some coding help. Be gentle, I'm new at this. We are currently using this theme called Black Couch 1.0 (http://www.wordpressdirect.com/2008/06/08/black-couch-10/). The way it is set up is that the sidebar on the left is controlled by a widget, but the one on the right is controlled by actual HTML in the theme editor. I successfully got rid of the Blog Roll, but would like to add a set of links. I know I have to add something like this:

    <div class="sidebar-box"><div class="sidebar-box-top"><div class="sidebar-box-bottom">
    <h3>Categories</h3>
    
          <?php wp_list_categories('title_li='); ?> 
    
    </div></div></div>

    I get changing the heading. What I am having problems with is getting it to read the links I want it to. Under Blogroll I have made a new Category called network. In it I have a set of 5 links that I would like to show up. I just am not sure what the code is to replace after the php. I found something called the category slug, but that didn't help at all. If you need more info, please let me know. Thanks in advance.

  2. moshu
    Member
    Posted 1 year ago #

    Post categories and link categories are 2 different things. Obviously, you want to display LINK categories... so, you should look for the appropriate template tag for that.
    Template_Tags/wp_list_bookmarks

  3. s0bv1ou5lyd3sprt
    Member
    Posted 1 year ago #

    got it. thank you.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.