• 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!

Viewing 6 replies - 1 through 6 (of 6 total)
  • If you’re using wp_list_bookmarks(), try:

    wp_list_bookmarks('title_li=');

    Thread Starter mikemayer66

    (@mikemayer66)

    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!

    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.

    Thread Starter mikemayer66

    (@mikemayer66)

    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!

    Thread Starter mikemayer66

    (@mikemayer66)

    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?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Removing Blogroll Header text above links…’ is closed to new replies.