If you use Wordpress dot com, it doesn't provide any way in the classic posts interface to view by date modified. You can only sort by date posted, ascending or descending.
There is an easy fix by editing the URL. The end of the view by date descending URL is
/wp-admin/edit.php?orderby=date&order=desc
To make sort it by date modified descending, just change the orderby parameter to "modified":
/wp-admin/edit.php?orderby=modified&order=desc
NOTE: It's a manual fix, you'll have to make the URL edit every time you want this view.
Thanks to NameHero - How To Sort Posts By The “Last Modified” Date for this easy fix.
Recent Comments