Using wp_list_bookmarks(), is there anyway to negate the <li id="linkcat-2" class="linkcat"><h2>Blogroll</h2> ?
Can't seem to find a param to do this... Or is there a better function that doesn't include this string?
Any help would be appreciated
Using wp_list_bookmarks(), is there anyway to negate the <li id="linkcat-2" class="linkcat"><h2>Blogroll</h2> ?
Can't seem to find a param to do this... Or is there a better function that doesn't include this string?
Any help would be appreciated
Sorry, I should add, the Blogroll is the name of the only category
http://codex.wordpress.org/Template_Tags/wp_list_bookmarks
It's not he Title before / Title After params here that add that?
Figured it out, this is the string for bookmarks without the title:
<?php wp_list_bookmarks('category=2&categorize=0&title_li=' ); ?>
Thanks for the suggestion though.
This topic has been closed to new replies.