How Can I Filter by Taxonomy?
-
On the main drag and drop admin screen I see a url like this:
... /edit.php?post_type=mycpt&page=reorder-mycptbut I would like it to obey a taxonomy argument as well:
... /edit.php?post_type=mycpt&page=reorder-mycpt&mytax=somevalCould you give me a snippet that would allow that or tell me where that would go in your code? I don’t need a UI to actually select the term to filter on, I’m ok with just manually entering the url arg.
Thanks, Ron
The topic ‘How Can I Filter by Taxonomy?’ is closed to new replies.