Opened 7 years ago
Last modified 7 years ago
#43348 new feature request
Filter by 'Authors' option in wp-admin/edit.php?post_type=page
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Posts, Post Types | Keywords: | |
Focuses: | ui, administration | Cc: |
Description
Hey!
Currently, I am able to filter by posts created by myself, It would be handy to have the option to filter by other authors contributing to the site, to keep track of who has posted what.
Possibly an author drop down could be added which lists all Authors and a filter button to show their posts, similar to how the page is currently styled.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Thanks for the suggestion, @lkhwt96, and welcome to WordPress Trac.
You can access all the posts authored by a given user by clicking the number shown in the Posts column on the Users screen. The Users screen is only available to Administrators by default, though.
Adding a drop-down menu of users to the Posts screen likely requires #31696 first due to the performance impact of loading a list of users on this screen.