| DIR: /home/dhnidqcz/jamesakinola.com/wp-content/themes/bosa/ |
| Current File : /home/dhnidqcz/jamesakinola.com/wp-content/themes/bosa/sidebar.php |
<?php
/**
* The sidebar containing the main widget area
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Bosa
*/
if ( ! is_active_sidebar( 'sidebar' ) ) {
return;
}
?>
<aside class="widget-area">
<?php dynamic_sidebar( 'sidebar' ); ?>
</aside><!-- #secondary -->
|