Viewing 1 replies (of 1 total)
  • Thread Starter PlayerWeb

    (@spielerinternet)

    in the file “cpt-pets.php” the taxonomies are maybe not correct defined.

    i.e. in line 63 the taxonomy “status” is defined:

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

    public must be TRUE

Viewing 1 replies (of 1 total)
  • The topic ‘After Update on WP 4.4 the menu entries doesn't work’ is closed to new replies.