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