Skip to content

Instantly share code, notes, and snippets.

@rajeevedmonds
Created February 4, 2013 16:00
Show Gist options
  • Save rajeevedmonds/4707639 to your computer and use it in GitHub Desktop.
Save rajeevedmonds/4707639 to your computer and use it in GitHub Desktop.
<div class="sidebar">
<?php if ( is_sidebar_active('widget_area') ) : ?>
<div id="primary" class="widget-area">
<ul class="sidebar-list">
<?php dynamic_sidebar('widget_area'); ?>
</ul>
</div>
<?php endif; ?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment