AlkantarClanX12
Current Path : /home/thanudqk/128shen.com/wp-content/themes/darcie/ |
Current File : /home/thanudqk/128shen.com/wp-content/themes/darcie/sidebar.php |
<?php /** * The sidebar containing the main widget area * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Darcie */ $sidebar = darcie_get_sidebar_id(); if ( '' === $sidebar ) { return; } ?> <aside id="secondary" class="widget-area sidebar"> <?php dynamic_sidebar( $sidebar ); ?> </aside><!-- #secondary -->