• File: sidebar.php
  • Full Path: /home/romi/public_html/wp-content-20260417071838/themes/fitness-insight/sidebar.php
  • Date Modified: 09/02/2023 6:16 PM
  • File size: 237 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * The sidebar containing the main widget area
 * 
 * @subpackage Fitness Insight
 * @since 1.0
 */
?>

<aside id="sidebar" class="widget-area" role="complementary">
	<?php dynamic_sidebar( 'sidebar-1' ); ?>
</aside>