Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter zachlee

    (@zachlee)

    one correction, add:

    categorize=0

    and the ‘category name’ will not be displayed.

    <?php wp_list_bookmarks('categorize=0&category=3&orderby=name&title_li= &title_before= &title_after= '); ?>

    Thread Starter zachlee

    (@zachlee)

    SOLVED

    I added:

    &title_li= &title_before= &title_after=

    to wp_list_bookmarks to make:

    <?php wp_list_bookmarks('category=9&orderby=name&title_li= &title_before= &title_after= '); ?>

    all is back to *normal*

    SO FAR

    Thread Starter zachlee

    (@zachlee)

    another bit I have noticed…

    <?php wp_list_bookmarks('categorize=0&category=6&orderby=name'); ?>
    displays a table with the word bookmarks, while

    <?php wp_list_bookmarks('categorize=1&category=6&orderby=name'); ?>
    displays a table with the ‘name’ of the category

    I want NOTHING added, how can I accomplish this?

    (sorry to post/respond to my own posts, I am actively trying to *fix* my site)

    Thread Starter zachlee

    (@zachlee)

    I seem to have stumbled upon a partial solution.

    Using:

    <?php wp_list_bookmarks('category=4&orderby=name'); ?>

    with ‘4’ being the ‘cat_id’ (found when mousing over the proper category link on blogroll page)

    now all that needs *fixed* is to remove the
    <ul> & <h2> that conveniently showed up…

    I am having similar problems with the 2.0.6 upgrade.

    Where can I re-download the 2.0.5 release again??

Viewing 5 replies - 1 through 5 (of 5 total)