<?php>

	//======================================================================
	// ENQUEUE PARENT STYLE SHEET
	//======================================================================
	add_action( 'wp_enqueue_scripts', 'bsf_my_enqueue_assets' );
	function bsf_my_enqueue_assets() {
		wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' );
		wp_enqueue_script( 'josefin-scripts', get_stylesheet_directory_uri().'/js/josefin.js', array(), '1.0.0', true );
		wp_enqueue_style( 'josefin-styles', get_stylesheet_directory_uri().'/css/style.css' );
	}


	//======================================================================
	// ENQUEUE FONT AWESOME
	//======================================================================
	function bsf_enqueue_our_required_stylesheets(){
		wp_enqueue_style('font-awesome', get_stylesheet_directory_uri() . '/fonts/font-awesome-4.4.0/css/font-awesome.css');
	}
	add_action('wp_enqueue_scripts','bsf_enqueue_our_required_stylesheets');


	//======================================================================
	// LOAD CUSTOM FOOTER
	//======================================================================
	function bsf_josefin_custom_footer() {
		echo do_shortcode('[et_pb_section global_module="273"][/et_pb_section]');
		}
	add_action('et_after_main_content', 'bsf_josefin_custom_footer');
	<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.kragtinstyling.nl/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.kragtinstyling.nl/post-sitemap.xml</loc>
		<lastmod>2021-11-05T11:34:21+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.kragtinstyling.nl/page-sitemap.xml</loc>
		<lastmod>2022-11-22T19:24:41+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.kragtinstyling.nl/category-sitemap.xml</loc>
		<lastmod>2021-11-05T11:34:21+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.kragtinstyling.nl/author-sitemap.xml</loc>
		<lastmod>2022-01-13T08:46:03+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->