<?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; ?>