Current File : /home/virtualki/22346/wp-content/themes/Boldtheme/template-parts/navigation.php
<?php
/**
 * Set up the site header Navigation
 *
 * @package Bold
 */

?>

<?php if ( has_nav_menu( 'primary' ) ) : ?>
  <h2 class='screen-reader-text'><?php esc_html_e( 'Primary Navigation', 'bold' ); ?></h2>
  <ul class='c-nav o-plain-list'>
    <?php wp_nav_menu( array( 'theme_location' => 'primary', 'items_wrap' => '%3$s', 'container' => false ) ); ?>
  </ul>
<?php endif; ?>