wp_list_bookmarks returns HTML that has a ul
with classes xoxo blogroll
. I’d like to add another class to that ul, but can’t seem to find an elegant way to do so.
wp_list_bookmarks does accept an argument “class”, but that is applied to the li, not the ul. Is there some argument I’m missing? Or is there a hook I can hook onto and add a class?
There is a filter
'wp_list_bookmarks'
for the complete markup. You can use it: