Current Path : /home/fotouserdopd8j/agenciacrabli.com/wp-contentn/themes/pally/ |
Current File : /home/fotouserdopd8j/agenciacrabli.com/wp-contentn/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>