NOTE: This DOES NOT work with Wordpress 2.1. As a matter of fact, any order changes you make will be lost when 2.1 does it’s database upgrade. I’m looking at how I can try and fix this.
This is a quick and dirty plugin that allows you to manually customize the order of link categories. The lower the number, the higher in the order it’s displayed. Duplicate numbers are queried in the order determined by Wordpress.
In your theme, probably in sidebar.php, you need to change get_links_list() to get_lco_links_list(). The args are the same.
Download: lco0.1.zip

November 17th, 2005 at 8:05 am
[...] Link Category Order [...]
November 17th, 2005 at 12:13 pm
I have this plugin installed but it doesn’t seem to be sorting my category list in the order I’ve set. Is there some WP code that might override this plugin? Thanks!
November 17th, 2005 at 12:51 pm
In your theme, probably in sidebar.php, you need to change get_links_list() to get_lco_links_list(). The args are the same.
November 18th, 2005 at 10:12 am
If you look at my url, you will see that I have modified the photos only for your theme. I am having a problem in that if I am logged in, I can see and use the links, but if I am not I see the titles (search, categories, etc.) but they are not clickable. What have I done wrong?