Skip to content

Instantly share code, notes, and snippets.

@ethangardner
Created October 11, 2011 02:09
Show Gist options
  • Save ethangardner/1277100 to your computer and use it in GitHub Desktop.
Save ethangardner/1277100 to your computer and use it in GitHub Desktop.
Wordpress Accordion Widget Area
<?php
// Accordion widget area
if (is_active_sidebar('accordion-widgets')) : ?>
<div id="accordion" class="widget-area" role="complementary">
<?php dynamic_sidebar( 'accordion-widgets' ); ?>
</div><!-- #accordion -->
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment