![]() |
Wordpress Question
Does anyone know how to sort post categories by ID, rather than name?
|
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! |
Quote:
I'm using Wordpress 2.0.6 by the way. |
bump for answers
|
Oh lol... Well that's easy just change it in the sidebar.php or wherever the categories are...
$sort_column = 'ID' instead of $sort_column = 'name' |
Quote:
|
Quote:
|
All times are GMT -7. The time now is 01:50 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123