&lt;?php
/**
 * Kadence Child Theme Functions
 * 
 * This child theme allows custom modifications without losing changes
 * during parent theme updates.
 */

/**
 * Enqueue parent and child theme stylesheets
 */
function kadence_child_enqueue_styles() {
    wp_enqueue_style( 
        &#39;parent-style&#39;, 
        get_template_directory_uri() . &#39;/style.css&#39; 
    );
}
add_action( &#39;wp_enqueue_scripts&#39;, &#39;kadence_child_enqueue_styles&#39; );

/**
 * Add custom functions below this line
 */

?&gt;
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//pathoftheheart.net/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://pathoftheheart.net/post-sitemap.xml</loc>
		<lastmod>2022-12-05T18:25:55+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pathoftheheart.net/page-sitemap.xml</loc>
		<lastmod>2026-05-01T20:07:21+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pathoftheheart.net/category-sitemap.xml</loc>
		<lastmod>2022-12-05T18:25:55+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->