question… I’ve inserted the new php code:
<?php wp_list_bookmarks(‘title_li=&category_before=&category_after=’); ?>
to replace the old one, and my website is now displaying the links correctly in the order i want. however… the formatting is not what i want. i’d like to make the category names smaller and then have the links be bulleted like the pages above. (see what i’m talking about on my website here: https://drkkozak.com — it’s on the left had sidebar)
how can i modify this?
thanks!