rearrange hero area
This commit is contained in:
parent
c90f428bf1
commit
e99b210c39
|
@ -1,2 +1,20 @@
|
|||
<?php get_sidebar( 'hero' ); ?>
|
||||
<?php get_sidebar( 'statichero' ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Hero setup.
|
||||
*
|
||||
* @package understrap
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<?php if ( is_active_sidebar('hero') or is_active_sidebar('statichero')) : ?>
|
||||
|
||||
<div class="wrapper" id="wrapper-hero">
|
||||
|
||||
<?php get_sidebar( 'hero' ); ?>
|
||||
|
||||
<?php get_sidebar( 'statichero' ); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php endif; ?>
|
|
@ -11,14 +11,10 @@
|
|||
|
||||
<!-- ******************* The Hero Widget Area ******************* -->
|
||||
|
||||
<div class="wrapper" id="wrapper-hero">
|
||||
|
||||
<div class="owl-carousel">
|
||||
|
||||
<?php dynamic_sidebar( 'hero' ); ?>
|
||||
|
||||
</div><!-- .owl-carousel -->
|
||||
|
||||
</div><!-- #wrapper-hero -->
|
||||
|
||||
<?php endif; ?>
|
||||
|
|
Reference in New Issue