Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter roachfiend

    (@roachfiend)

    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';
    }

Viewing 1 replies (of 1 total)