BIHomeWP/wp-content/themes/ekko/sidebar.php
2020-02-13 10:39:37 +07:00

12 lines
200 B
PHP

<?php
/**
* Default Sidebar for Blog
* @package ekko
* by KeyDesign
*/
?>
<?php if( is_active_sidebar('blog-sidebar') ) : ?>
<?php dynamic_sidebar('blog-sidebar'); ?>
<?php endif; ?>