<?php /** * The sidebar containing the main widget area * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package strnix */ if ( ! is_active_sidebar( 'sidebar-1' ) ) { return; } ?> <?php dynamic_sidebar( 'sidebar-1' ); ?>