wordpress - Add multiple Widgets Sidebar for specific template? -


i working on wordpress , want know: how can add multiple widgets sidebar template?

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

will work different types of widgets?

are trying put different sidebar widgets on different pages, or stack multiple widgets in same sidebar? if trying stack multiple widgets, can howlin said , drag many need bookpost sidebar.

if want have different sidebars on different pages, can either use plugin widget logic allows show widgets on pages, or little deeper php , functions, , create own custom widget areas.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -