File: /home/xrp54be6gdhh/public_html/alexanderkhoubian.com/wp-content/themes/pally/sidebar.php
<?php
/**
* The sidebar containing the main widget area
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package pally
*/
if ( ! is_active_sidebar( 'sidebar-1' ) ) {
return;
}
?>
<div class="column col-12">
<aside aria-label="Seitenleiste" id="secondary" class="widget-area thesidebar">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</aside><!-- #secondary -->
</div>