<?php /** * The sidebar containing the main widget area * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Bizworx */ ?> <div id="secondary" class="col-md-3 widget-area blog-sidebar"> <?php dynamic_sidebar( 'sidebar-1' ); ?> </div><!-- /.blog-sidebar -->