Home – Français

Retour en haut
// Landing Page Template add_filter('theme_page_templates', function($templates) { $templates['template-landing.php'] = 'Landing Page'; return $templates; });