marcwillow
Member
Posted 5 years ago #
Before I did the upgrade to 2.1 I could manage the link order shown on my blog to list links by "rating order" for example. Now I cannot find any such option, link (blogroll) categories are set the to be shown by name (alphabetically) and I don't find any way to change it. Any help would be appreciated.
ninjagrrl
Member
Posted 5 years ago #
I was able to locate this tool, which might be of some use
http://geekyweekly.com/mylinkorder/
Edit the code that displays the links (in your theme) to provide the order. The order is not controlled from the admin panel anymore. That never worked because nobody ever used it properly.
Go find where you're calling wp_get_links or get_links or whatever, and change it to use the new wp_list_bookmarks call instead, specifying what order you want it to be in.