Menu doesn't change with language, custom theme
-
Hi
I tried to read the documentation about this, but I didn’t quite understand it.
My problem is that I have three installed languages and one menu for each of the languages, but my site only shows the English version regardless of what language is chosen.
I’ve understood as much as this has something to do with the menu-function in the functions.php
In my custom theme that function is as follows:
‘if (function_exists(‘register_nav_menus’)) {
register_nav_menus ( array(‘primary’ => ‘Header Navigation’));
}’What do I need to change for it to work?
Any help is strongly appreciated
The topic ‘Menu doesn't change with language, custom theme’ is closed to new replies.