GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Wordpress Question (https://gfy.com/showthread.php?t=695331)

Cyrano 01-12-2007 12:47 PM

Wordpress Question
 
Does anyone know how to sort post categories by ID, rather than name?

the alchemist 01-12-2007 12:49 PM

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!

Cyrano 01-12-2007 12:53 PM

Quote:

Originally Posted by the alchemist (Post 11719783)
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 01-12-2007 01:01 PM

bump for answers

the alchemist 01-12-2007 01:03 PM

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'

Cyrano 01-12-2007 01:10 PM

Quote:

Originally Posted by the alchemist (Post 11719868)
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'

lol... That was rather simple, thanks for the help. :thumbsup

the alchemist 01-12-2007 01:12 PM

Quote:

Originally Posted by Cyrano (Post 11719906)
lol... That was rather simple, thanks for the help. :thumbsup

You're welcome :thumbsup


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