Forums

[resolved] Using "wp_list_bookmarks" and "title_li" (4 posts)

  1. dpcalhoun
    Member
    Posted 2 weeks ago #

    I'm trying to simply list the bookmark links. It works, but I can't get the the category of the links to stop displaying. Typing 'title_li=' for some reason doesn't remove the link category. This is my code:

    <?php wp_list_bookmarks('title_li=&category=3'); ?>

    Can anyone help?

  2. MichaelH
    moderator
    Posted 2 weeks ago #

    Use the argument, categorize=0.

    Related:
    wp_list_bookmarks()

  3. dpcalhoun
    Member
    Posted 2 weeks ago #

    Thanks, that fixed it.

    You know any reason why 'title_li=' wouldn't work? Or is the 'categorize=0' required?

  4. MichaelH
    moderator
    Posted 2 weeks ago #

    Believe if categorize=1, which is the default, it uses category name for the title.

Reply

You must log in to post.

About this Topic