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.