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/statichero.php

16 lines
423 B
PHP

<?php if ( is_active_sidebar( 'statichero' ) ): ?>
<!-- ******************* The Hero Widget Area ******************* -->
<div class="wrapper" id="wrapper-statichero">
<div class="container">
<div class="row">
<div class="col-md-12">
<?php dynamic_sidebar( 'statichero' ); ?>
</div>
</div>
</div>
</div>
<?php else : ?>
<?php endif; ?>