get_the_ID(), 'customizer_layout' => $single_sidebar_layout ]; $array['position'] = ['left-sidebar']; if( in_array( $single_sidebar_layout_meta, [ 'left-sidebar', 'customizer-setting' ] ) ) blogzee_get_sidebar( 'post_sidebar_layout', $array ); ?>
'; //inner-content-wrap while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', 'single' ); endwhile; // End of the loop. echo ''; //inner-content-wrap ?>