wp_nav_menu not working
-
Since 4.2.2 I can’t seem to get wp_nav_menu to work. Practacly mimicing twentytwelve theme.
In my functions file I have:
register_nav_menu( 'primary', __( 'Primary Menu', 'mythemename' ) );In header.php I have:
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>Ive tried changing the name, tried using all arguments nothing is working! And I can’t seem to figure out why.
The topic ‘wp_nav_menu not working’ is closed to new replies.