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