• Hi guys,

    After upgrading to 2.1 I′m trying to set up my blog to look as it looked before. One of the things I had to do was start using wp_list_bookmarks() function to show my blogroll.

    Using it like this <?php wp_list_bookmarks('category=1'); ?> it shows my blogroll with the name of the link category on top.

    I want to get rid of that and I think that passing category_name parameter in the function with my custom or blank name would do that doing something like this <?php wp_list_bookmarks('category=1&category_name=XX'); ?> but it does nothing.

    What am I doing wrong?

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

    (@zaxer)

    I know post bumping isnt a polite idea but I need an answer for this one.

    Please help me guys.

    groovyKimo

    (@groovykimo)

    Hi

    The category_name parameter I couldn’t get working.
    Passing a variable like ‘category=$cat’ is not working too.

    Passing an integer (‘category=4’) should work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘category_name parameter in wp_list_bookmarks()’ is closed to new replies.