Using (Built-in) Taxonomies from another plugin
-
Hi!
Thanks for this wonderful plugin. I have gone through the support forums as well as did some searches for my problem. Something related to: https://www.ads-software.com/support/topic/built-in-taxonomies-are-not-all-visible-in-custom-post-type-edit-screen/
I have a taxonomy that has already been registered by another plugin, and I think it’d be more sensible to ride on that created taxonomy rather than registering another one again. The taxonomy appears in the list of Built-in Taxonomies in CPT UI’s Edit Post Type page, and I have it checked. However, when I try to add a new “post” of the custom post type (created by CPT UI), the taxonomy doesn’t show (as it should on the right). I have also tried checking the Categories (WP Core) and Tags (WP Core) under Built-in Taxonomies and they display fine.
Going to the registering taxonomy code of the plugin, I see that there is no ‘public’ => false of any sort (otherwise it should no display under CPT UI’s Built-in Taxonomies, right?), and it has ‘hierarchical’ => true (if it helps).
I am wondering what might be the cause of registering this taxonomy that doesn’t display it on CPT UI’s Add/Edit page? I am comfortable with editing the plugin’s code, so please let me know what I can try out, or if you need me to expose the code for registering the plugin’s taxonomy.
Many thanks in advance!
Regards,
Jerome
- The topic ‘Using (Built-in) Taxonomies from another plugin’ is closed to new replies.