I use a plugin for this:
http://geekyweekly.com/mylinkorder/
It allows you to specify the order of your blogroll categories by dragging and dropping (as well as the links within each, should you want to go that far). There’s a 2.2 version, for which I can’t vouch, but the 2.3 version worked perfectly for me out of the box.
Thread Starter
aaronh
(@aaronh)
I fixed this by simply bumping up the memory allotment for php. Search your php.ini file for the following line:
memory_limit = 8M
I replaced the line with
memory_limit = 16M
which solved my problem. Use a number appropriate for your needs, which may differ.
Thread Starter
aaronh
(@aaronh)
Well, sure. I’ve already done that. But as you say, it’s not exactly what I had in mind.
Thread Starter
aaronh
(@aaronh)
Modifying the mysql2date() call, as recommended in the topic you referenced, fixed the problem. Apologies for reposting; somehow my search missed the original topic.