File: /var/www/html/site/newsite_contaminado/wp-content/themes/ooze/sidebar.php
<?php
/**
* The sidebar containing the main widget area
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Ooze
*/
$page_layout = ooze_get_page_layout();
if (is_singular() && $page_layout == 'layout-3') {
return;
}
if ( ! is_active_sidebar( 'sidebar-1' ) ) {
return;
}
?>
<aside id="secondary" class="widget-area theme-sticky-component">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</aside><!-- #secondary -->