Ascending sort order for monthly & category view, i.e. ?m=201204, ?cat=4

You can hook into the posts_clauses filter and change ASC to DESC there with a simply str_replace. The filter has one argument $pieces, which is an array of the MySQL statement parts.

Leave a Comment