Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
- <aside id="secondary" class="sidebar widget-area" role="complementary">
- <?php dynamic_sidebar( 'sidebar-1' ); ?>
- </aside><!-- .sidebar .widget-area -->
- <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement