Now that the semester is over I’m going to devote some more of my time to my blog and also developing software. One of the first things I was going to do on my blog is add more links over on the right and realized it is a major pain in the butt to order not only the links but also the link categories themselves. WordPress has no facility for manually ordering the link categories so I changed that. My quick fix was adding a column to the database and then editing the select query to order by “my_order” instead of whatever it was doing.
My plan is to develop a plugin to add this functionality because it is sorely missing and the weakest point of WordPress that I have found. I’ll update as I work on that and hopefully I can get it released to the WP community for others to use.