homegrade_theme_production/template-components/header/menu-homegrade.php
Nonimart 1886840c70
Some checks failed
continuous-integration/drone/push Build is failing
FINAL MERGE V2 (from antoine-merge branch)
2025-08-05 14:53:21 +02:00

19 lines
390 B
PHP

<?php
?>
<nav class="menu-homegrade menu-homegrade--header" closed>
<?php
$args = array(
'container' => 'false',
'theme_location' => 'homegrade',
'li_class' => 'menu-navlink',
'fallback_cb' => false,
'menu_class' => 'menu-homegrade-header menu-homegrade__navlist',
'menu_id' => 'menu-homegrade-navlist',
);
wp_nav_menu($args);
?>
</nav>