wordpress/php-fpm/wordpress_files/themes/ofiok2018/global-templates/hero.php

21 lines
290 B
PHP
Raw Normal View History

2020-05-22 03:40:23 +02:00
<?php
/**
* Hero setup.
*
* @package understrap
*/
?>
<?php if ( is_active_sidebar( 'hero' ) || is_active_sidebar( 'statichero' ) ) : ?>
<div class="wrapper" id="wrapper-hero">
<?php get_sidebar( 'hero' ); ?>
<?php get_sidebar( 'statichero' ); ?>
</div>
<?php endif; ?>