// ZABARDASTI CUSTOM BLOG DESIGN DIKHANE KA CODE
add_filter( 'template_include', 'force_custom_blog_design', 99 );
function force_custom_blog_design( $template ) {
    // Agar page ka naam 'blog' hai ya wo posts page hai
    if ( is_home() || is_page('blog') ) {
        // Toh child theme ki index.php file load karo
        $child_index = get_stylesheet_directory() . '/index.php';
        if ( file_exists( $child_index ) ) {
            return $child_index;
        }
    }
    return $template;
}<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.primedwellrealty.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.primedwellrealty.com/post-sitemap.xml</loc>
		<lastmod>2026-06-23T17:37:28+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.primedwellrealty.com/page-sitemap.xml</loc>
		<lastmod>2026-06-21T15:16:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.primedwellrealty.com/sureforms_form-sitemap.xml</loc>
		<lastmod>2026-05-08T18:11:03+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.primedwellrealty.com/category-sitemap.xml</loc>
		<lastmod>2026-06-23T17:37:28+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->