I just found the solution and it had nothing to do with you plugin! It was a capability issue with the editor role. Silly me…
Sorry for the inconvenience and thanks again for your help.
Mlle123
Hello,
Thank you for your quick response.
1.Yes, the copy taxonomy setting is checked in the plugin settings.
2. What do you mean by custom taxonomy has to be registered in both sites in function.php? It is a multisite installation, I only have one function.php.
Here’s the code for registering my taxonomy ‘metier’ for the custom post type ‘reference’ :
register_taxonomy( 'metier', 'reference', array( 'hierarchical' => true, 'label' => 'Métier', 'query_var' => true, 'rewrite' => true ) );
Maybe there’s something wrong here?
Thanks a lot.
Mlle123
Hello,
I have several custom post types with custom taxonomies and even with the V0.9 of your (awesome) plugin, the custom taxonomies don’t get duplicated.
Can you help me understand why?
Thank you.
Mlle123