Skip to content

Instantly share code, notes, and snippets.

@jimmyk69
Created May 2, 2018 01:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimmyk69/b5bc0ac515914076f0e84df152295c42 to your computer and use it in GitHub Desktop.
Save jimmyk69/b5bc0ac515914076f0e84df152295c42 to your computer and use it in GitHub Desktop.
<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
<div id="secondary" class="widget-area" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</div>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment