add_action('after_setup_theme', function () {
    // Real server-side 2:3 crops so the browser downloads a small file,
    // not a full-res image squeezed into a 2:3 box with CSS.
    add_image_size('ec_hero_23', 840, 1260, true);   // hero / featured image
    add_image_size('ec_card_23', 500, 750, true);    // related posts / cards
    add_image_size('ec_thumb_23', 320, 480, true);   // small thumbs
});

add_filter('image_size_names_choose', function ($sizes) {
    return array_merge($sizes, [
        'ec_hero_23'  => 'EC Hero (2:3)',
        'ec_card_23'  => 'EC Card (2:3)',
        'ec_thumb_23' => 'EC Thumb (2:3)',
    ]);
});
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//elsaclaire.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://elsaclaire.com/post-sitemap1.xml</loc>
		<lastmod>2026-07-19T04:35:40+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://elsaclaire.com/post-sitemap2.xml</loc>
		<lastmod>2026-07-18T05:18:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://elsaclaire.com/page-sitemap.xml</loc>
		<lastmod>2026-07-01T05:28:24+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://elsaclaire.com/product-sitemap.xml</loc>
		<lastmod>2026-03-06T09:31:35+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://elsaclaire.com/category-sitemap.xml</loc>
		<lastmod>2026-07-19T04:35:40+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->