Forums

[resolved] Is it possible to cut off the <h2>Blogroll</h2> when using wp_list_bookmarks? (4 posts)

  1. nipponese
    Member
    Posted 2 years ago #

    Using wp_list_bookmarks(), is there anyway to negate the <li id="linkcat-2" class="linkcat"><h2>Blogroll</h2> ?

    Can't seem to find a param to do this... Or is there a better function that doesn't include this string?

    Any help would be appreciated

  2. nipponese
    Member
    Posted 2 years ago #

    Sorry, I should add, the Blogroll is the name of the only category

  3. nast0
    Member
    Posted 2 years ago #

    http://codex.wordpress.org/Template_Tags/wp_list_bookmarks

    It's not he Title before / Title After params here that add that?

  4. nipponese
    Member
    Posted 2 years ago #

    Figured it out, this is the string for bookmarks without the title:

    <?php wp_list_bookmarks('category=2&categorize=0&title_li=' ); ?>

    Thanks for the suggestion though.

Topic Closed

This topic has been closed to new replies.

About this Topic