Web marketing
99,00 €
Web marketing
79,00 €
?php
add_filter('template_include', function($template) {
if (is_page('dominio-locale')) {
$custom_template = get_stylesheet_directory() . '/template-dominio-locale.php';
if (file_exists($custom_template)) {
return $custom_template;
}
}
return $template;
});