how to get dynamic sidebar in wordpress
<?php if ( is_active_sidebar( 'sidebar-id' ) ) : ?> <?php dynamic_sidebar( 'sidebar-id' ); ?> <?php endif; ?>