diff --git a/mu-plugins/carhop-post-types.php b/mu-plugins/carhop-post-types.php index f46405c..e3053e5 100644 --- a/mu-plugins/carhop-post-types.php +++ b/mu-plugins/carhop-post-types.php @@ -73,8 +73,9 @@ function carhop_create_posttype() // CPT Options array( 'labels' => array( - 'name' => __('DBMOB'), - 'singular_name' => __('DBMOB'), + 'name' => __('Notices'), + 'singular_name' => __('Notice biographique'), + 'menu_name' => __('Notices biographiques'), ), 'public' => true, 'has_archive' => true, @@ -83,7 +84,7 @@ function carhop_create_posttype() 'menu_icon' => 'data:image/svg+xml;base64,' . base64_encode(''), 'menu_position' => 4, 'supports' => array('title', 'custom-fields'), - 'taxonomies' => array('category'), + ) );