• Resolved corefx

    (@corefx)


    In versions previous to the new 2.1, you were able to take away the H2 heading that said Blogroll. Is there a way to do this in 2.1?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Yes, wp_list_bookmarks allows you to use ‘title_after’ and ‘title_before’ in your argument list.

    eg: wp_list_bookmarks(‘title_after=&title_before=’);

    Thread Starter corefx

    (@corefx)

    thanks for the quick reply, but that just made the blogroll blend in with the rest of my text.

    https://hatchetradio.com/reborn/

    as you can see on the left side. Is there something I’m supposed to define with title_before=?

    Only if you want to decorate it. What do you want it to look like?

    Thread Starter corefx

    (@corefx)

    i want Blogroll… to be removed. I had this done in an earlier version of wordpress.. then i upgraded and it’s reared it’s ugly head.

    Before I just went into the admin, created a category with no name, and it worked. Now in the new version it doesn’t seem to let me make a category with no name. So I’m kind of stuck here.

    Hackish but:
    wp_list_bookmarks('title_after='</span>&title_before=<span style="display:none;">');

    It may not work nicely though.

    Better yet here is the correct way to do that:
    wp_list_bookmarks(‘title_after=&title_before=&categorize=0&title_li=’)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Blogroll Question’ is closed to new replies.