Problem with filtering items using a custom taxonomy
I have a custom post type created with the Pods framework. That CPT has a custom taxonomy of “Product Category”. When I add the Product Category to the admin view and add filtering, I’m having issues with the plugin returning all the items with the selected custom taxonomy. Example. I have 90 items in the CPT, 9 of them are categorized as “Squares”. When I pick squares from the Product Category filter, I only get 3 that are returned. If I go in and change the slug of the taxonomy, save it and then change it back, all 9 will show up. This is happening with all the categories. If I use this url: edit.php?projectcategory=squares&post_type=project, all of them show up just fine. The issue seems to be with the query string Admin Columns uses to filter the products. Any ideas or suggestions. FYI, I’m working on a local copy of the site so I don’t have a public url to send. I can make one if necessary.
You must be logged in to reply to this topic.