[Menu] can't add parameters
-
Hey guys,
I’ve got my main menu in header.php:
<?php wp_nav_menu(array( 'container' => 'div', 'container_class' => '', 'container_id' => 'menu', 'items_wrap' => '<ul><li><a href="'.get_bloginfo('url').'">Home</a></li>%3$s</ul>', 'theme_location' => 'mainmenu' )); ?>I’ve allready registered it in the functions.php and
don’t overwrite the menu with a special menu.
But it only gives me a confusing menu with the only page i have and not with the home button I expect.What’s wrong?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘[Menu] can't add parameters’ is closed to new replies.