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?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
Well, the plugin My Link Order does exactly that.
|
|||
|
|
|
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? |
|||||||
|