C:\xampp\htdocs\landing\wp-content\themes\twentytwentyone\template-parts\header\site-nav.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?php
/**
 * Displays the site navigation.
 *
 * @package WordPress
 * @subpackage Twenty_Twenty_One
 * @since Twenty Twenty-One 1.0
 */

?>

<?php if ( has_nav_menu'primary' ) ) : ?>
    <nav id="site-navigation" class="primary-navigation" role="navigation" aria-label="<?php esc_attr_e'Primary menu''twentytwentyone' ); ?>">
        <div class="menu-button-container">
            <button id="primary-mobile-menu" class="button" aria-controls="primary-menu-list" aria-expanded="false">
                <span class="dropdown-icon open"><?php esc_html_e'Menu''twentytwentyone' ); ?>
                    <?php echo twenty_twenty_one_get_icon_svg'ui''menu' ); // phpcs:ignore WordPress.Security.EscapeOutput ?>
                </span>
                <span class="dropdown-icon close"><?php esc_html_e'Close''twentytwentyone' ); ?>
                    <?php echo twenty_twenty_one_get_icon_svg'ui''close' ); // phpcs:ignore WordPress.Security.EscapeOutput ?>
                </span>
            </button><!-- #primary-mobile-menu -->
        </div><!-- .menu-button-container -->
        <?php
        wp_nav_menu
(
            array(
                
'theme_location'  => 'primary',
                
'menu_class'      => 'menu-wrapper',
                
'container_class' => 'primary-menu-container',
                
'items_wrap'      => '<ul id="primary-menu-list" class="%2$s">%3$s</ul>',
                
'fallback_cb'     => false,
            )
        );
        
?>
    </nav><!-- #site-navigation -->
<?php endif; ?>
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586