Forums

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

  1. David Calhoun
    Member
    Posted 2 years 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
    Volunteer
    Posted 2 years ago #

    Use the argument, categorize=0.

    Related:
    wp_list_bookmarks()

  3. David Calhoun
    Member
    Posted 2 years ago #

    Thanks, that fixed it.

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

  4. MichaelH
    Volunteer
    Posted 2 years ago #

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

  5. rabu
    Member
    Posted 2 years ago #

    Hmm.. I had the same issue/problem, but the categorize=0 fixed it.

    I think this is a misbehavior, since the 'title_li=' param normally will solve this issue/problem for all other similar tags.

  6. danishbacker
    Member
    Posted 1 year ago #

    Got same problem here.
    But it fixed when used like this categorize=0&title_li=0

    I think this is written in its doc

Topic Closed

This topic has been closed to new replies.

About this Topic