
// Fix posts ordering - ensure home page shows posts ordered by date DESC
add_action('pre_get_posts', function($query) {
    if ($query->is_home() && $query->is_main_query()) {
        $query->set('orderby', 'date');
        $query->set('order', 'DESC');
    }
});<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.luagge.com.br/blog/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.luagge.com.br/blog/post-sitemap.xml</loc>
		<lastmod>2026-06-01T12:13:36+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.luagge.com.br/blog/page-sitemap.xml</loc>
		<lastmod>2026-05-21T09:34:24+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.luagge.com.br/blog/elementskit_content-sitemap.xml</loc>
		<lastmod>2025-05-15T18:53:53+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.luagge.com.br/blog/category-sitemap.xml</loc>
		<lastmod>2026-06-01T12:13:36+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.luagge.com.br/blog/post_tag-sitemap.xml</loc>
		<lastmod>2026-06-01T12:13:36+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.luagge.com.br/blog/author-sitemap.xml</loc>
		<lastmod>2025-11-13T12:15:49+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->