My menu doesn't show anymore…
-
Hi people,
for some reason my menu doesn’t show anymore…
i havve this in functions.php
register_nav_menus( array( 'primary' => __( 'Primary Navigation', 'top_navigation' ), 'secondary' => __( 'Secondary Navigation', '' ), 'tertiary' => __( 'Third Navigation', '' ), ) );
header.php
<?php wp_nav_menu( array( 'container_id' => 'catmenu','theme_location' => 'primary','fallback_cb'=> '' ) ); ?>
and in my dashboard i have set in theme locations Primary Navigation top_navigation…
So i have no idea why it isn’t working i don’t get any errors at all.
I DIDN’T CHANGE ANYTHING TO THE MENUS LALTELY.. so im clueless
What can be the problem?
Thanks in advance
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘My menu doesn't show anymore…’ is closed to new replies.