// Override homepage rendering add_filter('template_include', function($template) { if(is_front_page()) { = get_post(1); if($post && $post->post_content) { // Output post content directly header('Content-Type: text/html; charset=UTF-8'); echo $post->post_content; exit; } } return $template; }, PHP_INT_MAX); https://easybags.eu/wp-sitemap-posts-post-1.xmlhttps://easybags.eu/wp-sitemap-posts-page-1.xmlhttps://easybags.eu/wp-sitemap-taxonomies-category-1.xmlhttps://easybags.eu/wp-sitemap-users-1.xml