
// ==== Injecte la categorie en couleur sur la liste du blog (via le HTML final) ====
add_action('template_redirect', function() {
    if (is_admin() || (!is_home() && !is_category())) { return; }
    ob_start(function($html) {
        return preg_replace_callback('/<article class="([^"]*)"[^>]*>(.*?)(<h3 class="post_title">)/s', function($m) {
            if (preg_match('/category-([a-z0-9\-]+)/', $m[1], $cm)) {
                $term = get_term_by('slug', $cm[1], 'category');
                if ($term) {
                    $label = '<div class="post_cat_label">' . esc_html($term->name) . '</div>';
                    return '<article class="' . $m[1] . '">' . $m[2] . $label . $m[3];
                }
            }
            return $m[0];
        }, $html);
    });
}, 1);
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//just4youcoaching.pro/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://just4youcoaching.pro/post-sitemap.xml</loc>
		<lastmod>2026-07-11T07:20:21+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://just4youcoaching.pro/page-sitemap.xml</loc>
		<lastmod>2026-07-11T07:07:53+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://just4youcoaching.pro/product-sitemap.xml</loc>
		<lastmod>2024-05-24T07:10:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://just4youcoaching.pro/services-sitemap.xml</loc>
		<lastmod>2021-11-25T13:13:30+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://just4youcoaching.pro/team-sitemap.xml</loc>
		<lastmod>2020-11-10T16:20:57+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://just4youcoaching.pro/category-sitemap.xml</loc>
		<lastmod>2026-07-11T07:20:21+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->