• Hi all,
    I tried to solve this on my own but am on a dead end.
    I am trying to have my blogroll not show the title “blogroll” and show an image instead. and list all the links below that image. I’ve seen it done, but cannot get to it.
    I managed to show the image but not hide the blogroll title, that is the category name. actually, if I uncategorize the links it shows “Uncategorized” and if I add a new category, it show “blogroll” + the links “the other category” + the links, etc. here’s the address https://blog.indira.com.ar
    do you have any ideas how to change this? I have commented this at functions.php:
    // echo ' <li id="linkcat-' . $cat['link_category'] . '" class="linkcat">' . $cat['cat_name'] . "\n\t<ul>\n";
    and have tried EVERYTHING but it still shows
    Any help, greately appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter indiramm

    (@indiramm)

    Ok, I solved it.
    it was all about the wp_list_bookmarks() tag.
    What I did: open the bookmark-template.php at the includes directory and change: 'title_li' => __('Bookmarks') to 'title_li' => '' and also
    'categorize' => 0
    It changes and gives you a no title option for the blogroll.
    thanks!
    Indira

    What I did was to use the following template tag and options in my sidebar.php:
    wp_list_bookmarks('title_li=&categorize=0');

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘problem with blogroll’ is closed to new replies.