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

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -