Advertisement
fauzanjeg

Custom Widget

Feb 23rd, 2021
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. <!-- Custom Widget -->
  2. <?php if ( is_active_sidebar( 'custom-header-widget' ) ) : ?>
  3.     <div class="container">
  4.         <div id="header-widget-area" class="chw-widget-area widget-area" role="complementary">
  5.             <?php dynamic_sidebar( 'custom-header-widget' ); ?>
  6.         </div>
  7.     </div>
  8. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement