| Current Path : /home/frekansk/.trash/wp-content/themes/turitor/ |
| Current File : /home/frekansk/.trash/wp-content/themes/turitor/sidebar-ld.php |
<?php
/**
* displays sidebar
*/
?>
<?php if ( is_active_sidebar( 'sidebar-2' ) ) { ?>
<div class="col-lg-4 col-md-12">
<aside id="sidebar" class="sidebar" role="complementary">
<?php dynamic_sidebar( 'sidebar-2' ); ?>
</aside> <!-- #sidebar -->
</div><!-- Sidebar col end -->
<?php } ?>