Forums › Forums › Search & Filter Pro › Multiple Taxonomies Not Found in Cache Tables
Tagged: Taxonomies, taxonomy
- This topic has 16 replies, 2 voices, and was last updated 9 years ago by
Anonymous.
-
Trevor(Private) September 1, 2017 at 11:25 am #128723
Hi
You made these Custom Post Type and Taxonomies with your own plugin. The risk with doing this is that you might make an error. I usually use CPT UI instead to avoid this and this I do not know what might be wrong with your coding, if anything.
However, if you look at the chenega-post-types.php file on line 134, should the register_taxonomy not be ‘business_type’ and NOT ‘business-type’?
In any event, it might be useful to disable that part of the plugin and do it using CPT UI, to see if it then works.
Anonymous(Private) September 1, 2017 at 2:20 pm #128765Well, it was definitely an issue with the post type and with one of the custom fields on that post type. Once I set it to update the terms on the post, everything started working properly.
Thanks for your help. I’ll have to keep the CPT UI plugin in mind next time.
-
AuthorPosts