add files
This commit is contained in:
18
template-parts/nav/header-nav-main.php
Normal file
18
template-parts/nav/header-nav-main.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<!--[nav/header-nav-main]-->
|
||||
|
||||
<?php
|
||||
|
||||
wp_nav_menu(
|
||||
[
|
||||
'theme_location' => 'header_menu',
|
||||
'container' => false,
|
||||
'echo' => true,
|
||||
'items_wrap' => '%3$s',
|
||||
'depth' => 0,
|
||||
'walker' => new Profile_Menu_Walker()
|
||||
]
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
<!--[/nav/header-nav-main]-->
|
||||
Reference in New Issue
Block a user