Skip to content

Instantly share code, notes, and snippets.

@spigotdesign
Created July 28, 2014 23:00
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 spigotdesign/7c119d2cd17639568924 to your computer and use it in GitHub Desktop.
Save spigotdesign/7c119d2cd17639568924 to your computer and use it in GitHub Desktop.
<?php if ( !in_array( get_theme_mod( 'theme_layout' ), array( '1c', '1c-narrow' ) ) ) : ?>
<aside <?php hybrid_attr( 'sidebar', 'primary' ); ?>>
<?php if ( is_active_sidebar( 'primary' ) ) : ?>
<?php dynamic_sidebar( 'primary' ); ?>
<?php endif; ?>
</aside>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment