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