CodeHQ

Sidebar.php WordPress template for dynamic sidebars | PHP

This code can be added in to sidebar.php or any other theme file.

<?php if ( is_active_sidebar( 'sidebar_name' ) ) : 
    dynamic_sidebar( 'sidebar_name' );
endif; ?>