Forums
(@roachfiend)
21 years, 2 months ago
Nevermind, I finally figured out how to do it. You modify the wp-includes/classes.php file. Go to line 462, and add in this: // Alphabetical hack for categories if ($whichcat) { $q['orderby'] = 'title'; $q['order'] = 'ASC'; }
// Alphabetical hack for categories if ($whichcat) { $q['orderby'] = 'title'; $q['order'] = 'ASC'; }