View Single Post
Old 01-12-2007, 12:53 PM  
Cyrano
Confirmed User
 
Join Date: Apr 2006
Location: USA
Posts: 900
Quote:
Originally Posted by the alchemist View Post
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.
Cyrano is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote