diff --git a/includes/post_types.php b/includes/post_types.php index d9111ad..c6908d0 100644 --- a/includes/post_types.php +++ b/includes/post_types.php @@ -5,7 +5,6 @@ function metiers_patrimoine_create_posttype() { - // **** ARTISANS register_post_type( 'artisans', @@ -19,13 +18,11 @@ function metiers_patrimoine_create_posttype() 'show_in_rest' => true, 'menu_icon' => 'data:image/svg+xml;base64,' . base64_encode(''), // 'menu_icon' => 'dashicons-hammer', - - 'menu_position' => 5.1, 'supports' => array('title', 'custom-fields', 'thumbnail'), ) ); - // **** VOCABULAIRE + // **** CHANTIERS register_post_type( 'chantiers', array(