Lets say I have the following Categories in Wordpress:
Product Category - Cat A - Cat B - Cat C
Service Type - Service A - Service B - Service C
On the Manage Posts page on the Admin side, I want to have 2 drop down filters for both Product Category, and Service Type, so I can filter by both on the backend.
How can I do this?
Postsand the other aboutCustom Post Types, but the answer provided by Stephen Harris is built to filterPosts. Check his answer and adapt the taxonomy to your own. You will have to duplicate some blocks of code to make it work with 2 Custom Taxonomies. wordpress.stackexchange.com/q/43007/12615 – brasofilo May 24 '12 at 18:52