File: /var/www/ruwebsiteok/wp-content/themes/education-center/sidebar.php
<?php
/**
* The sidebar containing the main widget area
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package education_center
*/
$sidebar = education_center_sidebar();
if ( $sidebar == 'full-width' ){
return;
}
?>
<aside id="secondary" class="widget-area" role="complementary" itemscope itemtype="http://schema.org/WPSideBar">
<?php dynamic_sidebar( 'sidebar' ); ?>
</aside><!-- #secondary -->