<?
/**
*Generatepress child theme functions and definitions
*
*@package Generate
*
*/
function generatepress_child_styles() {
wp_deregister_style( 'generatepress-style');
wp_register_style('generatepress-style', get_template_directory_uri(). '/style.css');
wp_enqueue_style('generatepress-style', get_template_directory_uri(). '/style.css');
wp_enqueue_style( 'childtheme-style', get_stylesheet_directory_uri().'/style.css', array('generatepress-style') );
}
add_action( 'wp_enqueue_scripts', 'generatepress_child_styles' );<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//zott-obsthof.de/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://zott-obsthof.de/post-sitemap.xml</loc>
		<lastmod>2025-12-18T14:45:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://zott-obsthof.de/page-sitemap.xml</loc>
		<lastmod>2025-11-29T13:16:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://zott-obsthof.de/category-sitemap.xml</loc>
		<lastmod>2025-12-18T14:45:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://zott-obsthof.de/post_tag-sitemap.xml</loc>
		<lastmod>2025-12-18T14:45:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://zott-obsthof.de/author-sitemap.xml</loc>
		<lastmod>2023-11-21T13:20:35+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->