ASong2U_Web/wp-content/themes/huddle/sidebar-home.php

13 lines
193 B
PHP

<?php if( is_active_sidebar( 'sidebar-home' ) ) : ?>
<div id="sidebar-home">
<?php dynamic_sidebar( 'sidebar-home' ); ?>
<div class="clear"></div>
</div>
<?php endif ?>