&lt;?php

// Enqueue child theme style.css
add_action( &#039;wp_enqueue_scripts&#039;, function() {
    wp_enqueue_style( &#039;child-style&#039;, get_stylesheet_uri() );

    if ( is_rtl() ) {
    	wp_enqueue_style( &#039;mylisting-rtl&#039;, get_template_directory_uri() . &#039;/rtl.css&#039;, [], wp_get_theme()-&gt;get(&#039;Version&#039;) );
    }
}, 500 );

// Happy Coding :)

// Fix header skin sur les annonces
add_filter( 'mylisting/settings/header_skin', function( $value ) {
    if ( is_singular( 'case27_listing' ) ) {
        return 'light';
    }
    return $value;
} );<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//weekend-en-amoureux.fr/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://weekend-en-amoureux.fr/post-sitemap.xml</loc>
		<lastmod>2026-04-23T08:41:23+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://weekend-en-amoureux.fr/page-sitemap.xml</loc>
		<lastmod>2026-06-09T12:42:15+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://weekend-en-amoureux.fr/job_listing-sitemap.xml</loc>
		<lastmod>2026-06-05T19:15:41+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://weekend-en-amoureux.fr/category-sitemap.xml</loc>
		<lastmod>2026-04-23T08:41:23+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://weekend-en-amoureux.fr/case27_job_listing_tags-sitemap.xml</loc>
		<lastmod>2026-06-05T19:15:41+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://weekend-en-amoureux.fr/author-sitemap.xml</loc>
		<lastmod>2026-06-02T14:12:00+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->