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