Hi again, I′m testing your code with my language: ES
in functions.php of my child theme like this:
case ‘ES’:
$url = ‘/de’;
break;
and NOTHING happens…
If I activated: “BETA: Enable AJAX” in the plugin and put js code in the header:
if (country == ‘ES’) {
window.location.pathname = ‘/de’;
}
ONLY works at home page… in other pages NOTHING happens…
Do you know what am I doing wrong?
Thanks your help!
-
This reply was modified 4 years, 7 months ago by jjdarias.