
/* ─── CPT MARQUES ─── */
add_action('init', function () {
    register_post_type('aut_marque', array(
        'label'               => 'Marques',
        'labels'              => array('add_new_item' => 'Ajouter une marque', 'edit_item' => 'Modifier la marque'),
        'public'              => true,
        'show_in_menu'        => 'autrement',
        'has_archive'         => true,
        'rewrite'             => array('slug' => 'marques-vitrine'),
        'supports'            => array('title','editor','thumbnail','excerpt'),
        'show_in_rest'        => true,
    ));
    register_taxonomy('marque_secteur', 'aut_marque', array(
        'label'   => 'Secteurs',
        'public'  => true,
        'rewrite' => array('slug' => 'secteur'),
        'show_in_rest' => true,
    ));
}, 5);

<?xml version="1.0" encoding="UTF-8"?>
<!--generator='jetpack-15.7.1'-->
<!--Jetpack_Sitemap_Buffer_News_XMLWriter-->
<?xml-stylesheet type="text/xsl" href="//autrementbrand.com/news-sitemap.xsl"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
 <url>
  <loc>https://autrementbrand.com/login-2/</loc>
  <lastmod>2026-04-28T11:00:10Z</lastmod>
  <news:news>
   <news:publication>
    <news:name>AUTREMENT</news:name>
    <news:language>fr</news:language>
   </news:publication>
   <news:title>Login</news:title>
   <news:publication_date>2026-04-28T11:00:10Z</news:publication_date>
   <news:genres>Blog</news:genres>
  </news:news>
 </url>
 <url>
  <loc>https://autrementbrand.com/edit-profile/</loc>
  <lastmod>2026-04-28T11:00:10Z</lastmod>
  <news:news>
   <news:publication>
    <news:name>AUTREMENT</news:name>
    <news:language>fr</news:language>
   </news:publication>
   <news:title>Edit Profile</news:title>
   <news:publication_date>2026-04-28T11:00:10Z</news:publication_date>
   <news:genres>Blog</news:genres>
  </news:news>
 </url>
 <url>
  <loc>https://autrementbrand.com/password-reset-2/</loc>
  <lastmod>2026-04-28T11:00:10Z</lastmod>
  <news:news>
   <news:publication>
    <news:name>AUTREMENT</news:name>
    <news:language>fr</news:language>
   </news:publication>
   <news:title>Password Reset</news:title>
   <news:publication_date>2026-04-28T11:00:10Z</news:publication_date>
   <news:genres>Blog</news:genres>
  </news:news>
 </url>
 <url>
  <loc>https://autrementbrand.com/register-2/</loc>
  <lastmod>2026-04-28T11:00:09Z</lastmod>
  <news:news>
   <news:publication>
    <news:name>AUTREMENT</news:name>
    <news:language>fr</news:language>
   </news:publication>
   <news:title>Register</news:title>
   <news:publication_date>2026-04-28T11:00:09Z</news:publication_date>
   <news:genres>Blog</news:genres>
  </news:news>
 </url>
</urlset>
