Viewing 1 replies (of 1 total)
  • Plugin Contributor mrwweb

    (@mrwweb)

    Hi @draig.

    I ran into an issue recently and, at least in my case, it was a problem in the way I had registered my post types and taxonomies. This may not apply to you but I thought it worth mentioning.

    1. Make sure that you’ve correctly set the taxonomies argument for register_post_type.
    2. Make sure that your $object_type parameter is set for register_taxonomy.

    I think those could both get in your way, but in my case, #1 was the issue (had a typo there) despite the taxonomy appearing to work because of using register_taxonomy_for_object_type.

Viewing 1 replies (of 1 total)
  • The topic ‘TC Custom Taxonomy Filter not working’ is closed to new replies.