• webdressing

    (@webdressing)


    Does anyone know of a way to sort or reorder the blogroll entries? We found a plugin for the categories, but not the blogroll. Do you have to delete them and reenter them all over again?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Chris_K

    (@handysolo)

    Which template tag is your theme using to display them?

    Thread Starter webdressing

    (@webdressing)

    Is this what you’re looking for from the sidebar template?

    <?php get_links_list(); ?>

    Chris_K

    (@handysolo)

    Ok, get_links_list will order ’em by ID or by Name.

    get_links offers a lot more flexibility if that’s what you’re into.

    Thread Starter webdressing

    (@webdressing)

    So all we need to do is change <?php get_links_list(); ?> to <?php get_links(); ?>?

    Chris_K

    (@handysolo)

    As a start, sure. But you’ll want to keep that link to the doc handy if you don’t like the default parms.

    Chris_K

    (@handysolo)

    And I’m a bit thick – if you’re on 2.1.x, do have a look at wp_list_bookmarks instead.

    wp_list_bookmarks(array(of parameters));
    It appears that when
    'show_images' => true
    setting
    'show_description' => true
    has no effect. (v2.2)

    Is that the intended behavior?

    Correction… it does work as advertised. I had spelt ‘show_dscription’ rather than ‘show_description’.

    ‘between’ => ‘\n’ does not produce the results I expected
    ‘between’ => ‘
    ‘ does, however

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

The topic ‘Sort/reorder blogroll?’ is closed to new replies.