File "sidebar.php"
Full Path: /home/leadltht/fastlinkinternet.com/themes/netfix/sidebar.php
File size: 298 bytes
MIME-type: text/x-php
Charset: utf-8
<?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' );?>