Want Category sort order to be as entered

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
atl_dev

Want Category sort order to be as entered

Post by atl_dev »

Hi, I was wondering if the Category order can be the natural order as each entry is added? Right now by default, the sort order is by alphabetical order of the entries. Thanks
gizmola
Regular
Posts: 37
Joined: Mon Oct 25, 2004 11:54 pm

Post by gizmola »

It would be a very small modification... basically find the SQL query and remove the ORDER BY probably.
pano

Post by pano »

Change the ORDER BY in the functions_entries.inc.php.
You will find it in the line 394 aprox (i made some changes and the number line may change).
Post Reply