Forums

How do I remove the Blogroll header text? (6 posts)

  1. databell96
    Member
    Posted 11 months ago #

    I'm creating a links page for a client (http://www.lobsterssundaybrunch.com/links/) and I'm using the blogroll from the sidebar for these links but I want to lose the heading 'Blogroll' and I can't seem to figure out which template and/or PHP file has it so I can delete it. Any help?

  2. kmknight
    Member
    Posted 11 months ago #

    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.

  3. buddha trance
    Member
    Posted 11 months ago #

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

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

  4. databell96
    Member
    Posted 11 months ago #

    Thanks, kmknight. Your suggestion worked great.

  5. mikemayer66
    Member
    Posted 4 months ago #

    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.

  6. Shane G
    Member
    Posted 4 months ago #

    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.

Reply

You must log in to post.

About this Topic