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
Post a Comment