• I just installed the plugin, trying to add any taxonomy I get that message, I have the latest version of the plugin and wordpress

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi.

    Found the same problem.

    Edit the file:
    wp-content/plugins/pet-manager/inc/cpt-pets.php

    and add ‘show_ui’=>TRUE after ‘public’=>FALSE in each call to the function ‘register_taxonomy’. Example:

    register_taxonomy( ‘pet-category’, ‘pet’, array( ‘hierarchical’ => false, ‘labels’ => $labels, ‘query_var’ => ‘pet-category’, ‘public’ =>FALSE, ‘show_ui’=>TRUE,’show_admin_column’=>TRUE,’show_in_nav_menus’=>TRUE, ‘rewrite’ => array( ‘slug’ => __(‘pet-category’,’wp_pet’), ‘hierarchical’ => false,’with_front’ => FALSE ) ) );

    The “Add something” buttons will work again.

    where in the file would one add these codes thank you

    • This reply was modified 7 years, 3 months ago by raymade.

    Hi fbenavent

    I am having the same problem. I am in the folde: wp-content/plugins/pet-manager/inc/cpt-pets.php

    Is it a code i need to plug in or what do I do. I do not understand what you have explained in the message til raymade. Please help!

    Regards Christian

    @fbenavent it works!! thank you very much, i was a little bit disspointed but now is working.

    All lines gives me an error :/ can someone help ?

    Parse error: syntax error, unexpected ”show_admin_column” (T_CONSTANT_ENCAPSED_STRING), expecting ‘)’

    • This reply was modified 6 years, 9 months ago by cathlmf.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sorry, you are not allowed to edit terms in this taxonomy.’ is closed to new replies.