Quote:
Originally Posted by the alchemist
In "wp-admin/admin-functions.php" at line 590, change:
$categories = $wpdb->get_results("SELECT * FROM $wpdb->categories ORDER BY cat_name");
to
$categories = $wpdb->get_results("SELECT * FROM $wpdb->categories ORDER BY cat_ID");
Save. Voila!
|
No such luck, that modification alters sorting in the administration panel, not the website itself.
I'm using Wordpress 2.0.6 by the way.