Skip to content

Commit

Permalink
fix yith_proteo_show_header_sidebar option not working
Browse files Browse the repository at this point in the history
  • Loading branch information
francgrasso committed Aug 7, 2020
1 parent bd918dd commit c8886fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,11 @@ class="site-header <?php echo esc_attr( get_theme_mod( 'yith_proteo_header_layou
);
?>
</nav><!-- #site-navigation -->
<?php if ( 'yes' === get_theme_mod( 'yith_proteo_show_header_sidebar', 'yes' ) ) : ?>
<div class="header-sidebar">
<?php dynamic_sidebar( 'header-sidebar' ); ?>
</div>
<?php endif; ?>
</div>
</header><!-- #masthead -->
<?php endif; ?>
Expand Down

0 comments on commit c8886fe

Please sign in to comment.