

// Enable multipage for single posts
function force_multipage_on_single() {
    if (is_single() || is_page()) {
        global $multipage;
        $multipage = 1;
    }
}
add_action('wp', 'force_multipage_on_single');

// Alternatively, force it globally
add_filter('wp_link_pages', function($output) {
    global $multipage;
    $multipage = 1;
    return $output;
});

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//yellismart.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://yellismart.com/post-sitemap.xml</loc>
		<lastmod>2026-06-08T14:30:54+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://yellismart.com/page-sitemap.xml</loc>
		<lastmod>2026-06-09T15:45:56+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://yellismart.com/category-sitemap.xml</loc>
		<lastmod>2026-06-08T14:30:54+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->