Cant find Setting > Language > "MENU"
-
Here’s the annoying problem.
In normal situation, usually if I got to appearance > menu. I can just create a custom link and gives unique URL on a unique Link Text. but ever since I installed polylang somehow the URL forced to be the same as the text. so if the text is “Servicenow”, even though I’m putting “#Servicelater” as the URL (this is for a one page website), The link of my navigation will still be “www.website.com/#Servicenow” for some reason.
I’ve been doing some research for a long while and found out that some people can see Cant find Setting > Language > “MENU” while me, I never see any MENU tab after Language.
Here’s my wp_nav_menu. (im using a theme called Alma theme)
wp_nav_menu( array( 'menu' => 'primary-nav', 'theme_location' => 'primary-nav', 'depth' => 3, 'container' => false, 'menu_class' => 'nav navbar-nav navbar-right', 'fallback_cb' => 'wp_page_menu', 'walker' => new wp_bootstrap_navwalker( is_front_page() ? 'local-menu' : '' )) );
I really scratching my head so hard right now..
heres my website
- The topic ‘Cant find Setting > Language > "MENU"’ is closed to new replies.