I can understand what you mean, but it’s never struck me as odd. Also, no one else has ever raised the issue in the four years that the plugin has been out there. I’m reluctant to add another option to the plugin unless several users request it.
If it really bothers you, it’s very simple to change the behavior. Just alter line 516 of the query_archives() function to end with “DESC” instead of “ASC.” That is, change this:
ORDER BY YEAR(post_date) DESC, MONTH(post_date) ASC
to this:
ORDER BY YEAR(post_date) DESC, MONTH(post_date) DESC
Unfortunately, this will get undone every time the plugin updates, and you’ll have to make the change again.
Actually, I wouldn’t want you to have to make the change described above over and over, and it’s such a simple change that I think I’ll go ahead and add an option for this. If I add it to the global options section of the options page, it won’t be cluttering things up.
I probably won’t get around to adding the option until next week, so look for the update to come around then.
Thread Starter
Adrian
(@adriandw)
Many thanks – that would be great
I have implemented this feature. Before I do a release, please try the development version and let me know what you think.
You’ll find the setting by expanding the “Settings” menu on the Dashboard and choosing the “Flexo Archives” item. The checkbox for the setting is in the global options section.