I make a Wordpress theme from scratch and there is a problem - I can’t get the dynamic sidebar, help me solve the problem, please.
<div id="main-sidebar-wraper"> <?php if ( ! dynamic_sidebar( 'sidebar-devhelper' ) ) : ?> <?php endif; // end sidebar widget area ?> <aside> <?php get_search_form(); ?> </aside> <aside> <?php wp_get_archives('type=monthly&limit=12'); ?> </aside> </div>
Static content is output, and dynamic content that I add to the wordpress console is not (((
UPD A widget block "sidebar-devhelper" appeared on the Wordpress admin page, on the widgets page, but when I add something to it, nothing is displayed at all !!