Viewing 5 replies - 1 through 5 (of 5 total)
  • Try to replace…
    <?php wp_list_bookmarks(); ?>

    with this…
    <?php wp_list_bookmarks(‘categorize=0&title_li=’); ?>

    …in your page file, or wherever your bookmark PHP code is.

    This will set the categorize property to 0. Since your only current link category is named ‘Blogroll’ it will turn it off.

    You can also go to to Admin –> Manage –> Link Categories

    Click on “Blogroll” to edit, and change the category name to something else.

    Thread Starter databell96

    (@databell96)

    Thanks, kmknight. Your suggestion worked great.

    I am having the same issue as databell96, but I am still fairly new to WordPress and I’m having trouble finding the file to make the adjustment to the code.

    Here is my site, as of now I have a ” . ” as the title because WP will not let you leave the title empty when going through Admin.

    Thanks.

    Hi,

    WordPress admin can allow to leave blank details in title and tagline..if you receive any error message then do these and check:

    -> upgrade wordpress to the latest version
    -> disable all plugins

    Thanks,

    Shane G.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I remove the Blogroll header text?’ is closed to new replies.