I am trying to find a way to filter the Media Library by the Post Category that a Media item is assigned with. I can see that you can sort by “attached to” but this only get me a little of the way there. Any suggestions?
1 comment
Comments are closed.
You can use
pre_get_posts
to filter the query.So you can
To give an UI you can use
restrict_manage_posts
hook to output a category dropdown.Negative of this code is that you have to rune 3 queries to filter the media…
Result on UI: