menu - Wordpress wp_nav_menu not showing nav -



menu - Wordpress wp_nav_menu not showing nav -

trying add together footer menu footer in wordpress, menu saved within database , i'm copying same code header working perfectly. can't see error:

code is:

<?php if ( has_nav_menu( 'footer_nav' ) ) { wp_nav_menu( array('container' => '<ul>', 'menu' => 'footer menu', 'items_wrap' => '<li>%1$s</li>' )); } ?>

any help great

you have give theme_location footer_nav,

wp_nav_menu( array( 'theme_location'=>'footer_nav', 'container' => '<ul>', 'menu' => 'footer menu', 'items_wrap' => '<li>%1$s</li>' ));

wordpress menu navigation footer

Comments

Popular posts from this blog

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -