Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- Custom Widget -->
- <?php if ( is_active_sidebar( 'custom-header-widget' ) ) : ?>
- <div class="container">
- <div id="header-widget-area" class="chw-widget-area widget-area" role="complementary">
- <?php dynamic_sidebar( 'custom-header-widget' ); ?>
- </div>
- </div>
- <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement