zachalbert
Member
Posted 2 months ago #
I'm trying to simply list my bookmarks in the sidebar without the title appearing. My code looks like this:
<ul>
<?php wp_list_bookmarks('categorize=0&title_li='); ?>
</ul>
However, nothing shows up on the page. When I view the source code, it looks like this:
<ul></ul>
Any ideas?
Do you have any links entered in Admin/Links? Running any plugins?
zachalbert
Member
Posted 2 months ago #
Good thinking. The only plugin I have running is advanced category excluder. I've endlessly fiddled with the settings and can't seem to find what's causing the problem, but disabling makes the links appear.
I'll figure out the problem, or if all else fails, exclude categories manually. Thanks for the help.