Sort scheduled posts in ascending order by default
I have a self-hosted WordPress blog (5.9). When I go to view scheduled posts, I want the default sort order to have the soonest scheduled posts on top.
I can do this by manually hitting the date column header, or by visiting /wp-admin/edit.php?post_status=futurepost_type=postorderby=dateorder=asc
I have lots of posts scheduled for the far future. But I mostly want to see what I've got being published next week.
Is there an action I can add to my theme - or a setting I can change - which alters the default sort for scheduled posts only?
Topic scheduled-posts sort Wordpress
Category Web