Good point. I had thought I needed to do it another way in order to style the category title correctly, but that isn’t true.
I’m using this code:
<?php wp_list_bookmarks(‘title_li=&show_description=1&category=3’); ?>
Is there a way to do this so that the description comes first? Right now, I have a list that looks like this:
My first link here followed by description
My second link followed by description
I’d prefer it to look like this:
Description of link: First link here
Description of link: Second link here