Created
October 11, 2011 02:09
-
-
Save ethangardner/1277100 to your computer and use it in GitHub Desktop.
Wordpress Accordion Widget Area
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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