📄 Viewing: /home/navyug/public_html/wp-content/themes/rasa-education/sidebar.php
<?php
/**
* The sidebar containing the main widget area
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Rasa Education
*/
if ( ! is_active_sidebar( 'sidebar-1' ) ) {
return;
}
?>
<?php $rasa_education_sidebar_layout = rasa_education_get_option('layout_options');
if ( 'no-sidebar' !== $rasa_education_sidebar_layout ) {?>
<aside id="secondary" class="widget-area" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</aside><!-- #secondary -->
<?php } ?>
← Back to directory