Sort Admin edit.php Post List By Modified Instead of Published
-
I have a site that has posts that are individual products, and site-side display order is based on categories. Admin side, I would like the list of posts in wp-admin/edit.php to be able to display and sort by latest Modified date instead of published date, because I need to see which posts are the least recently modified so I can update them, and I don’t care when they were first published.
In spite of searching high and low on these forums, the web, and plugins for a simple answer or something that will let me do this, I’ve had no luck and it’s a bit beyond my ken to know exactly what to look for and where in the files at the moment.
Just guessing that the edit will need to happen somewhere in one of these:
class-wp-list-table.php
class-wp-posts-list-table.php
Or edit.php ?And to be looking for an orderby=post_status or something to change it to orderby=modified_date
Any help would be greatly appreciated.
- The topic ‘Sort Admin edit.php Post List By Modified Instead of Published’ is closed to new replies.