Hi there, hoping someone can weigh in and help. I’m trying to change some elements of the Sliding Door theme.
The sidebar is currently pulling in my Blogroll and Categories (I removed Pages from displaying). I’m trying to format it so that the word “Blogroll” is removed but the bulleted list remains as-is. However, when I use <?php wp_list_bookmarks('title_li=&categorize=0'); ?> it successfully removes the header “Blogroll” but also removes the unordered list that surrounds the group.
I’ve tried using the before=<ul>&after=</ul> but this of course puts those tags around each entry. Should I just throw some <ul> tags around the outside of the php and call it a day? Or is there a more professional way to accomplish this?
Thanks for any help, here’s the reference in codex I’ve been using: