Skip to content

Instantly share code, notes, and snippets.

@vivek-kumar-poddar
Created September 2, 2017 16:31
Show Gist options
  • Save vivek-kumar-poddar/4926e8e9f4d46ba32971cdcce8c44a1a to your computer and use it in GitHub Desktop.
Save vivek-kumar-poddar/4926e8e9f4d46ba32971cdcce8c44a1a to your computer and use it in GitHub Desktop.
if ( ! is_active_sidebar( 'sidebar-1' ) ) {
return;
}
?>
<aside id="secondary" class="widget-area">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</aside><!-- #secondary -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment