AlkantarClanX12
Current Path : /home/thanudqk/siamfreetour.com/wp-content/themes/blossom-recipe/ |
Current File : /home/thanudqk/siamfreetour.com/wp-content/themes/blossom-recipe/sidebar.php |
<?php /** * The sidebar containing the main widget area * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Blossom_Recipe */ $sidebar = blossom_recipe_sidebar(); if ( ! $sidebar ){ return; } ?> <aside id="secondary" class="widget-area" role="complementary" itemscope itemtype="http://schema.org/WPSideBar"> <?php dynamic_sidebar( $sidebar ); ?> </aside><!-- #secondary -->