• The plugin shows the filter on my custom post type listing just fine. However, it’s failing at my end.. upon selecting any taxonomy term and pressing the button, the result is zero posts even though there are posts having that term. I’m not even combining multiple terms here. Then, when I get rid of the selection and press Filter again, again it shows zero posts. Pasting the URL at the top, selection is : Discipline = Physics :
    [site url]/wp-admin/edit.php?s&post_status=all&post_type=resource&action=-1&m=0&tag=0&discipline=physics&level=0&climate-topic=0&resource-type=0&region=0&filter_action=Filter&paged=1&action2=-1

    In the normal posts viewing, when I click on the Physics term in the columns (I have enabled columns for custom taxonomies), I get a proper listing of all Physics articles, and this is the URL (not generated by this plugin but by the normal wp admin):

    [site url]/wp-admin/edit.php?post_type=resource&taxonomy=discipline&term=physics

    So the URL generated by this plugin that didn’t work has: discipline=physics
    And the URL that works has: taxonomy=discipline&term=physics

    Also, when resetting the filter, even the URL for that is probably failing due to discipline=0 and the like. I don’t think WP works like that now, putting the taxonomy’s slug on the left.

    • This topic was modified 6 years, 4 months ago by Nikhil VJ.
  • The topic ‘Not working, possible faulty query’ is closed to new replies.