home improvments, bedo circle

This commit is contained in:
2019-06-23 03:22:06 +02:00
parent 8b99976607
commit bbd581903b
7 changed files with 466 additions and 55 deletions

View File

@@ -128,10 +128,11 @@
<div id="tag-nav">
<nav role="navigation" class="tag-nav">
<?php wp_nav_menu( array( 'theme_location' => 'tag-menu' ) ); ?>
<?php $walker = new Menu_With_Description; ?>
<?php wp_nav_menu( array( 'theme_location' => 'tag-menu', 'walker' => $walker ) ); ?>
</nav>
<div class="sub-wrapper">
</div>
</div>
<!-- ----------------------- to top arrow on mobile ------------------------ -->