&lt;?php
function my_theme_enqueue_styles() {
	$parent_style = &#039;preschool-and-kindergarten-style&#039;;
	wp_enqueue_style( $parent_style, get_template_directory_uri() . &#039;/style.css&#039; );
	wp_enqueue_style( &#039;child-style&#039;,
		get_stylesheet_directory_uri() . &#039;/style.css&#039;,
		array( $parent_style ),
		wp_get_theme()-&gt;get(&#039;Version&#039;)
	);
}
add_action( &#039;wp_enqueue_scripts&#039;, &#039;my_theme_enqueue_styles&#039; );

function preschool_and_kindergarten_child_theme_setup() {
	load_child_theme_textdomain( &#039;preschool-and-kindergarten&#039;, get_stylesheet_directory() . &#039;/languages&#039; );
}
add_action( &#039;after_setup_theme&#039;, &#039;preschool_and_kindergarten_child_theme_setup&#039; );

function preschool_and_kindergarten_post_entry_header(){
    ?&gt;
    &lt;header class=&quot;entry-header&quot;&gt;
        &lt;?php
            if( is_single() ){
                the_title( &#039;&lt;h1 class=&quot;entry-title&quot;&gt;&#039;, &#039;&lt;/h1&gt;&#039; );
            }else{
                the_title( &#039;&lt;h2 class=&quot;entry-title&quot;&gt;&lt;a href=&quot;&#039; . esc_url( get_permalink() ) . &#039;&quot; rel=&quot;bookmark&quot;&gt;&#039;, &#039;&lt;/a&gt;&lt;/h2&gt;&#039; );
            }
        ?&gt;
    &lt;/header&gt;&lt;!-- .entry-header --&gt;
    &lt;?php
}

function preschool_and_kindergarten_footer_bottom(){
        $copyright_text = get_theme_mod( &#039;preschool_and_kindergarten_footer_copyright_text&#039; );
    ?&gt;
        &lt;div class=&quot;site-info&quot;&gt;
        &lt;?php if( $copyright_text ){
                echo wp_kses_post( $copyright_text );
            }else{ 
                echo esc_html__( &#039;&amp;copy; Copyright &#039;, &#039;preschool-and-kindergarten&#039; ) . date(&#039;Y&#039;); ?&gt; 
                &lt;a href=&quot;&lt;?php echo esc_url( home_url( &#039;/&#039; ) ); ?&gt;&quot;&gt;&lt;?php echo esc_html( get_bloginfo( &#039;name&#039; ) ); ?&gt;&lt;/a&gt;.
            &lt;?php } ?&gt;
        &lt;/div&gt;
    &lt;?php 
}
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://www.dewikkemaaseik.be/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://www.dewikkemaaseik.be/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://www.dewikkemaaseik.be/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://www.dewikkemaaseik.be/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://www.dewikkemaaseik.be/wp-sitemap-taxonomies-ngg_tag-1.xml</loc></sitemap><sitemap><loc>https://www.dewikkemaaseik.be/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
