Advertisement
Konark

Untitled

May 11th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <?php if ( is_active_sidebar( 'sidebar-1' )  ) : ?>
  2.     <aside id="secondary" class="sidebar widget-area" role="complementary">
  3.         <?php dynamic_sidebar( 'sidebar-1' ); ?>
  4.     </aside><!-- .sidebar .widget-area -->
  5. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement