<?php // Enqueue child theme style.css add_action( 'wp_enqueue_scripts', function() { wp_enqueue_style( 'child-style', get_stylesheet_uri() ); if ( is_rtl() ) { wp_enqueue_style( 'mylisting-rtl', get_template_directory_uri() . '/rtl.css', [], wp_get_theme()->get('Version') ); } }, 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; } ); Hello world! - Week-end en Amoureux

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Comments

  • A WordPress Commenter
    avril 23, 2026 at 8:41 am

    Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

Add a comment