Hey guys, I am having some trouble passing the title wp_list_bookmarks(); as none, so as said in the codex there is no title or surrounding
- or
<?php wp_list_bookmarks('title_li=__('')'); ?> as the codex suggests localization, but then realized I was localizing nothing, so I tried<?php wp_list_bookmarks('title='); ?> and <?php wp_list_bookmarks('title_li='); ?> still to no avail. Can anyone else help me with this?