• It seems that my sidebars only show one widget. Could anyone explain why?

    <?php if ( is_sidebar_active('secondary_widget_area') ) :
    ?>
    <div id="secondary" class="widget-area panel panel-default">
    	<?php dynamic_sidebar('secondary_widget_area'); ?>
    </div><!-- #secondary .widget-area -->
    <?php endif; ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Sidebar only showing one widget’ is closed to new replies.