Skip to content

Instantly share code, notes, and snippets.

@jpen365
Created September 14, 2016 22:22
Show Gist options
  • Save jpen365/96d483693a897b076ec9987f28259b00 to your computer and use it in GitHub Desktop.
Save jpen365/96d483693a897b076ec9987f28259b00 to your computer and use it in GitHub Desktop.
Add widget area to sidebar
<div class="col-md-4">
<?php dynamic_sidebar( 'jpen-sidebar-widgets' ); ?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment