Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
forbidals
/
wp-content
/
themes
/
credio
/
inc
/
header
:
menu.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php if ( has_nav_menu( 'menu-1' ) ) { // User has assigned menu to this location; // output it ?> <nav class="nav navbar"> <div class="navbar-menu"> <?php wp_nav_menu( array( 'theme_location' => 'menu-1', 'menu_id' => 'primary-menu-single', ) ); ?> </div> </nav> <?php }