customizer setting showing single sidebar on widgets menu
-
@help: I am using this following code on sidebar.php, But i am getting single sidebar on customizer widgets panel. Do anybody have idea , what’s wrong i am doing.
<?php
/**
* The template for the sidebar containing the main widget area
*
* @package WordPress
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/
?><?php if ( is_active_sidebar( ‘sidebar-blog’ ) ) : ?>
<aside id=”secondary” class=”sidebar widget-area” role=”complementary”>
<?php dynamic_sidebar( ‘sidebar-blog’ ); ?>
</aside><!– .sidebar .widget-area –>
<?php else: return;
endif;Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘customizer setting showing single sidebar on widgets menu’ is closed to new replies.