summaryrefslogtreecommitdiff
path: root/sidebar-hero.php
blob: 323db358ab249971dbaa34195469e4f68b7ec346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php if ( is_active_sidebar( 'hero' ) ): ?>

    <!-- ******************* The Hero Widget Area ******************* -->

    <div class="wrapper" id="wrapper-hero">

        <div class="owl-carousel">


            <?php dynamic_sidebar( 'hero' ); ?>



        </div><!-- .owl-carousel -->

    </div><!-- #wrapper-hero -->

<?php endif; ?>