'; } else { $html = ''; if ( 'right' === $sidebar_pos || 'left' === $sidebar_pos ) { $html = '
'; } else { $html .= 'col-md-12 content-area" id="primary">'; } echo $html; } elseif ( is_active_sidebar( 'right-sidebar' ) && is_active_sidebar( 'left-sidebar' ) ) { $html = '
'; } else { $html .= 'col-md-12 content-area" id="primary">'; } echo $html; } else { echo '
'; } }