Navigation on archive pages
-
I’d like to add the standard navigation menu to my child theme of Twenty Twelve.
In header.php I have (not modified from parent):
<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
This leaves my archive pages without main navigation, see here:
https://www.usabilityblog.de/kategorie/web-usability/interfacedesignWhen I use
<?php wp_nav_menu( ); ?>
I get the navigation, but it shows the second level of pages, which I don’t want. I just want the same menu on all my archive pages like I have on all other pages.Any hints?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Navigation on archive pages’ is closed to new replies.