mark.vehec
Member
Posted 2 years ago #
I am extremely happy with the overall quality of this theme and appreciate all the support so far. I have been trying to add new categories to the links but the theme does not seem to allow for multiple categories of links. Not sure if I missed anything with this, sorry if this has been addressed.
That theme's sidebar.php uses:
<?php wp_list_bookmarks('title_li=&categorize=0'); ?>
The template tag, wp_list_bookmarks(), categorize=1 parameter will show the links in their respective categories. Might experiment with some of the parameters listed in that article (wp_list_bookmarks()).