function trailbooking_create_experience_post_type() { register_post_type('experience', array( 'labels' => array( 'name' => __('Esperienze'), 'singular_name' => __('Esperienza'), ), 'public' => true, 'has_archive' => true, 'supports' => array('title', 'editor', 'thumbnail', 'excerpt'), ) ); } add_action('init', 'trailbooking_create_experience_post_type'); https://trailbookings.com/wp-sitemap-posts-page-1.xml