Skip to content

Instantly share code, notes, and snippets.

@wbxpress
Created August 11, 2015 11:08
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 wbxpress/106d5089a82e88698897 to your computer and use it in GitHub Desktop.
Save wbxpress/106d5089a82e88698897 to your computer and use it in GitHub Desktop.
wbxpress-one theme's sidebar file.
</div><!-- #main-content -->
<div id="sidebar">
<?php if ( is_active_sidebar( 'sidebar' ) ) : ?>
<?php dynamic_sidebar( 'sidebar' ); ?>
<?php endif; ?>
</div><!-- #sidebar -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment