another bit I have noticed…
<?php wp_list_bookmarks('categorize=0&category=6&orderby=name'); ?>
displays a table with the word bookmarks, while
<?php wp_list_bookmarks('categorize=1&category=6&orderby=name'); ?>
displays a table with the ‘name’ of the category
I want NOTHING added, how can I accomplish this?
(sorry to post/respond to my own posts, I am actively trying to *fix* my site)