Forums

Removing Blogroll Header text above links... (7 posts)

  1. mikemayer66
    Member
    Posted 2 years ago #

    I am trying to remove the header or "name" of the link category. WP will not let you leave the name black, so I am assuming I might have to get into the code. If you have a solution, please be very specific as I am still learning the different codes and tags!

    Here is my site, as you can see I have a " . " as the name for now, but I'd like to totally remove the text and have the links flush with the bottom of my header image.

    Thanks for any suggestions!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    If you're using wp_list_bookmarks(), try:

    wp_list_bookmarks('title_li=');

  3. mikemayer66
    Member
    Posted 2 years ago #

    I tried following the link "wp_list_bookmarks()," to figure out where to put in "wp_list_bookmarks('title_li='), but I don't exactly understand what file to change or where to find it.

    Any help!?! Thanks!

  4. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    It should be in sidebar.php. Look in Admin/Appearance/Editor.

    However, if you're using the standard WP Links Widget (in Admin/Appearance/Widgets) to display your links, editing your sidebar file won't affect your visual display. The Links Widget would need to be removed and the sidebar file edited to get the desired effect on the public site.

    If you drop a copy of your sidebar.php file into the WordPress pastebin, I might be able to sort it out for you.

  5. mikemayer66
    Member
    Posted 2 years ago #

    I did use the widget for my links, and I did find the sidebar.php and tried to change it and you were right, no luck! I'll put the sidebar.php in the pastebin just in case.

    Is there a site or tutorial you would recommend for me to learn how to put the links in an editable format? I like the location of the links now, I just assumed I needed to put them in via WIDGET to place them there.

    Thanks so much for your help!

  6. mikemayer66
    Member
    Posted 2 years ago #

  7. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    I've been looking at your site menu. Do you really want all of your individual links to external sites listed near the top of that menu? Or do you want a link to a page containing those links?

Topic Closed

This topic has been closed to new replies.

About this Topic