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

12 lines
291 B
PHP
Raw Normal View History

2015-08-13 12:00:24 +00:00
<?php if ( is_active_sidebar( 'statichero' ) ): ?>
2015-08-13 12:00:24 +00:00
<!-- ******************* The Hero Widget Area ******************* -->
2015-08-13 12:59:31 +00:00
<div class="wrapper" id="wrapper-static-hero">
2015-08-13 12:15:57 +00:00
2015-08-13 12:42:47 +00:00
<?php dynamic_sidebar( 'statichero' ); ?>
2015-08-13 12:15:57 +00:00
2016-01-22 13:02:32 +00:00
</div><!-- #wrapper-static-hero -->
2015-08-13 12:00:24 +00:00
<?php endif; ?>