Sorry for posting again…but I thought I’d be a little more specific.
This is exactly what I want:
http://codex.ww.wp.xz.cn/Template_Tags/wp_get_links
BUT it’s for “pre-WordPress 2.1 only.” I guess it’s because the categories you create for your blogroll no longer have IDs, and are now exactly like tags? But if that’s the case, how can I display links from only one category?
I know, another post. Sorry. Okay, so I tried my best to find a solution on my own, and found this:
http://codex.ww.wp.xz.cn/Template_Tags/wp_list_bookmarks
And I stuck this code in:
<?php wp_list_bookmarks('category=#'); ?>
Apparently all the tags still have IDs, but I had to find them by looking at the source code (turns out the category I wanted had the ID of 34!).
Two questions: 1) Is there a way I can display the category without the category title? 2) My page looks a little weird… There’s an extra bullet at the top and at the bottom it displays the actual <ul> and this is what it looks like in the source code: `
` Does this mean there’s something wrong in my style sheet or code?