small fixes
This commit is contained in:
@@ -114,6 +114,7 @@
|
||||
<nav role="navigation" id="sidebar-wrapper" class="nav sidebar-wrapper">
|
||||
|
||||
<?php dis2019_nav(); ?>
|
||||
<?php wp_nav_menu( array( 'theme_location' => 'right-menu') ); ?>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
@@ -128,11 +129,11 @@
|
||||
|
||||
<div id="tag-nav">
|
||||
<nav role="navigation" class="tag-nav">
|
||||
<?php $walker = new Menu_With_Description; ?>
|
||||
<?php wp_nav_menu( array( 'theme_location' => 'tag-menu', 'walker' => $walker ) ); ?>
|
||||
<!-- <?php //$walker = new Menu_With_Description; ?> -->
|
||||
<?php wp_nav_menu( array( 'theme_location' => 'tag-menu') ); ?>
|
||||
</nav>
|
||||
<div class="sub-wrapper">
|
||||
</div>
|
||||
<!-- <div class="sub-wrapper">
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
<!-- ----------------------- to top arrow on mobile ------------------------ -->
|
||||
|
||||
Reference in New Issue
Block a user