- This topic has 16 replies, 2 voices, and was last updated 8 years, 7 months ago by .
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Multiple Taxonomies Not Found in Cache Tables
Tagged: Taxonomies, taxonomy
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.
Well, 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.