Opened 5 years ago
Closed 8 months ago
#52893 closed enhancement (worksforme)
Not possible to filter by category (and/or date) and by author in wp-admin/edit.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | reporter-feedback close |
| Focuses: | Cc: |
Description
Hello
The problem
Currently, in the Posts screen (some.url/wp-admin/edit.php) I can filter posts by category and/or date. However, that screen shows posts written by other authors.
Then, if I click on my own author to filter out the posts by different authors, the filter by category and/or date is lost.
Expected behavior
When the user clicks on the author, the Posts screen should show the posts list filtered by category, date AND author as well.
Additional information
In the Posts screen, the link address in my author is some.url/wp-admin/edit.php?post_type=post&author=authorId. So, the filter by author is lost because the actual url parameters for month and category are not being kept in that link address.
However, if in my browser's address bar I add at the end of the url the parameter '&author=' and my author's id, I get the page keeping the filter by category and/or date AND by author as well.
Thus, WordPress knows how to handle this request, but there is no way to do it from the Posts screen UI.
Change History (2)
#2
@
8 months ago
- Keywords close added
- Milestone Awaiting Review deleted
- Resolution set to worksforme
- Status changed from new to closed
Thank you for reporting this. It seems to be that this should be working and might not be in your case, until though more information is known it makes it very hard to progress discovering what that issue was. Because of this I am going to close for now this issue. We can always reopen if more information comes to light.
Hi and welcome to Trac!
Which plugin do you use for the Author filter?
Selecting Date and Author filters together seems to work for me with the Author Filters plugin. Their user ID query variable is
author_admin_filter, if that makes a difference.