bibhamrokhanpin/wp-content/themes/stnews-theme/sidebar.php

18 lines
354 B
PHP
Raw Normal View History

2024-04-10 12:01:06 +00:00
<?php
/**
* The sidebar containing the main widget area
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package stnews-theme
*/
if ( ! is_active_sidebar( 'sidebar-1' ) ) {
return;
}
?>
<aside id="secondary" class="widget-area">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</aside><!-- #secondary -->