AlkantarClanX12

Your IP : 18.117.154.229


Current Path : /home/thanudqk/siamfreetour.com/wp-content/themes/photofocus/
Upload File :
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 -->