Skip to content

Instantly share code, notes, and snippets.

@domantasg
Created August 8, 2017 13:17
Show Gist options
  • Select an option

  • Save domantasg/3197820d5a0dd2ae3e88048e13e653ef to your computer and use it in GitHub Desktop.

Select an option

Save domantasg/3197820d5a0dd2ae3e88048e13e653ef to your computer and use it in GitHub Desktop.
<?php if ( is_active_sidebar( 'sidebar' ) ) : ?>
<aside id="primary-sidebar" class="primary-sidebar widget-area" role="complementary">
<?php dynamic_sidebar( 'sidebar' ); ?>
</aside>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment