Forums

how to pass title_li of wp_list_bookmarks as null (3 posts)

  1. baffleinc
    Member
    Posted 4 years ago #

    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
    tags. I have tried:
    <?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?

  2. cory321
    Member
    Posted 4 years ago #

    In WordPress go to Blogroll > Categories and rename the Blogroll category. In your case just leave the category name blank. This worked for me.

  3. seg
    Member
    Posted 4 years ago #

    This works for me:
    wp_list_bookmarks(’categorize=0&title_li=’);

    Found it here:
    http://notjustanotherwordpresstheme.com/?p=37

Topic Closed

This topic has been closed to new replies.

About this Topic