Hi guys,
After upgrading to 2.1 I´m trying to set up my blog to look as it looked before. One of the things I had to do was start using wp_list_bookmarks() function to show my blogroll.
Using it like this <?php wp_list_bookmarks('category=1'); ?> it shows my blogroll with the name of the link category on top.
I want to get rid of that and I think that passing category_name parameter in the function with my custom or blank name would do that doing something like this <?php wp_list_bookmarks('category=1&category_name=XX'); ?> but it does nothing.
What am I doing wrong?