TL;DR: If you’re looking for an easy way to sort WordPress posts by date (be it descending or ascending) in the administration area without having users click on the Date column header, you can do so through the use of the pre_get_posts
filter that provides a reference to the instance WP_Query
running on the page.
For examples in code on how to do that, check out the rest of the article.
Continue reading