oficinasuport-wp-theme/sidebar.php

18 lines
373 B
PHP
Raw Normal View History

<?php
/**
* The sidebar containing the main widget area
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Oficina_de_Suport_theme
*/
2023-01-02 15:56:17 +01:00
if ( ! is_active_sidebar( 'sidebar-funds' ) ) {
return;
}
?>
<aside id="secondary" class="widget-area">
2023-01-02 15:56:17 +01:00
<?php dynamic_sidebar( 'sidebar-funds' ); ?>
</aside><!-- #secondary -->