Code cleanup and adding woo commerce page id
This commit is contained in:
parent
1d5076e2c8
commit
ba91c32776
3
hero.php
3
hero.php
|
@ -5,7 +5,4 @@
|
|||
<?php dynamic_sidebar( 'hero' ); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php else : ?>
|
||||
|
||||
<?php endif; ?>
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
|
||||
get_header(); ?>
|
||||
|
||||
<?php get_template_part('hero'); ?>
|
||||
<?php get_template_part('hero'); ?>
|
||||
|
||||
<?php get_template_part('statichero'); ?>
|
||||
<?php get_template_part('statichero'); ?>
|
||||
|
||||
<div class="wrapper" id="wrapper-index">
|
||||
|
||||
|
|
|
@ -5,7 +5,4 @@
|
|||
<?php dynamic_sidebar( 'statichero' ); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php else : ?>
|
||||
|
||||
<?php endif; ?>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
get_header(); ?>
|
||||
|
||||
<div class="wrapper" id="page-wrapper">
|
||||
<div class="wrapper" id="woocommerce-wrapper">
|
||||
|
||||
<div class="container">
|
||||
|
||||
|
|
Reference in New Issue