Swatist
2/21/2017 - 12:58 PM

how to get dynamic sidebar in wordpress

how to get dynamic sidebar in wordpress

<?php if ( is_active_sidebar( 'sidebar-id' ) ) : ?>
                   
                   <?php dynamic_sidebar( 'sidebar-id' ); ?>
                  
 <?php endif; ?>