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.
2016-11-21 18:47:05 +00:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Static hero sidebar setup.
|
|
|
|
*
|
|
|
|
* @package understrap
|
|
|
|
*/
|
2016-01-22 13:08:12 +00:00
|
|
|
|
2016-11-21 18:47:05 +00:00
|
|
|
?>
|
|
|
|
<?php if ( is_active_sidebar( 'statichero' ) ) : ?>
|
2015-08-13 12:15:57 +00:00
|
|
|
|
2016-11-21 18:47:05 +00:00
|
|
|
<!-- ******************* The Hero Widget Area ******************* -->
|
2015-08-13 12:15:57 +00:00
|
|
|
|
2016-11-21 18:47:05 +00:00
|
|
|
<div class="wrapper" id="wrapper-static-hero">
|
2016-11-01 15:25:21 +00:00
|
|
|
|
2016-11-21 18:47:05 +00:00
|
|
|
<?php dynamic_sidebar( 'statichero' ); ?>
|
|
|
|
|
|
|
|
</div><!-- #wrapper-static-hero -->
|
2016-01-22 13:02:32 +00:00
|
|
|
|
2015-08-13 12:00:24 +00:00
|
|
|
<?php endif; ?>
|