
// ==========================================
// CARGAR ESTILOS COMPILADOS DE TAILWIND
// ==========================================
function nota_creativa_cargar_estilos() {
    // Carga el tailwind.css y genera un código de versión dinámico para evitar caché
    wp_enqueue_style( 
        'nota-creativa-tailwind', 
        get_template_directory_uri() . '/assets/css/tailwind.css', 
        array(), 
        time() 
    );
}
add_action( 'wp_enqueue_scripts', 'nota_creativa_cargar_estilos' );<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//notacreativa.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://notacreativa.com/post-sitemap.xml</loc>
		<lastmod>2026-08-27T15:09:19+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://notacreativa.com/page-sitemap.xml</loc>
		<lastmod>2026-08-27T12:40:36+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://notacreativa.com/category-sitemap.xml</loc>
		<lastmod>2026-08-27T15:09:19+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->