Menu can't show perfectly
-
excellent work takayuki.
im using bogo for my wedding web at bayunana.esy.es and everything work just fine including the menu system, until i click on blog, gallery and guestbook. in all language version, the menu won’t show up. FYI im using 3 language, english, indonesian and malaysian. I’ve registered 3 menus for each language, and then i add this in header.php
<?php if(has_nav_menu('primary-menu')){ wp_nav_menu(array( 'theme_location' => apply_filters( 'language_prefix_menu', 'primary-menu'), 'container' => 'menu-primary-container', 'items_wrap' => '<ul id="primary-menu" class="%2$s">%3$s</ul>', )); } ?>
what i’ve missed???
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Menu can't show perfectly’ is closed to new replies.