Links in nonalphabetic order

On wordpress.barrycarter.info, the links sidebar is in alphabetical
order by category (“My … Stuff”), which looks weird for “My other
stuff”. How can I order the link categories myself?

Related posts

Leave a Reply

2 comments

  1. Well, the plugin My Link Order does exactly that.

    My Link Order allows you to set the order in which links and link categories will appear in the sidebar. Uses a drag and drop interface for ordering. Adds a widget with additional options for easy installation on widgetized themes.

  2. This is in a widget? Or coded into the sidebar?
    http://codex.wordpress.org/Function_Reference/wp_list_bookmarks

    is the code for showing your blogroll links, with orderby parameters.

    If you are particular about the order of categories, and category_orderby isn’t cutting it, you can use wp_list_bookmarks numerous times, each time showing only one category

    If you are using the widget,maybe look for a different plugin with widget, or consider hardcoding this?