Admin view: filter posts by whether they have specific taxonomy attached
After a lot of fiddling I managed to get the functionality working. First I add custom dropdown boxes for ‘Regional’ and ‘International’ using wp’s action restrict_manage_posts. Then I set up a custom function that will be added to wp’s filter parse_query. In that function: // type is the name of the select field if($_GET[‘type’] == … Read more