On Admin > Edit Posts (edit.php), how can I filter for a Custom Taxonomy and see posts of ANY status, not just Published?
For example, say I have a Custom Taxonomy "Color"...
These queries find posts of ANY status:
- edit.php?category_name=foo
- edit.php?author=3
- edit.php?tag=foo
And this query works correctly:
- edit.php?color=red&post_status=draft
But this query finds ONLY Published posts:
- edit.php?color=red