This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
understrap/hero.php

9 lines
288 B
PHP
Raw Normal View History

<?php if ( is_active_sidebar( 'hero' ) ): ?>
2015-03-23 12:39:22 +00:00
<!-- ******************* The Hero Widget Area ******************* -->
2015-03-23 10:33:03 +00:00
<div class="wrapper" id="wrapper-hero">
<div class="owl-carousel">
<?php dynamic_sidebar( 'hero' ); ?>
2014-12-11 17:08:00 +00:00
</div>
</div>
<?php endif; ?>