rename the widget areas in home - front page
This commit is contained in:
parent
b4a8701516
commit
735709757b
|
@ -29,6 +29,6 @@ get_header(); ?>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
|
||||||
<?php get_template_part( 'template-parts/home', 'announcement-last' ); ?>
|
<?php get_template_part( 'template-parts/home', 'announcement-bottom' ); ?>
|
||||||
|
|
||||||
<?php get_footer();
|
<?php get_footer();
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
?>
|
?>
|
||||||
<section class="hero hero-last">
|
<section class="hero hero-last">
|
||||||
<!--main class="slides"-->
|
<!--main class="slides"-->
|
||||||
<?php dynamic_sidebar( 'home-announcement-last-widgets' ); ?>
|
<?php dynamic_sidebar( 'home-announcement-bottom-widgets' ); ?>
|
||||||
<!--/main-->
|
<!--/main-->
|
||||||
<aside>
|
<aside>
|
||||||
<?php foundationpress_home_hero_last_bar(); ?>
|
<?php foundationpress_home_hero_last_bar(); ?>
|
Loading…
Reference in New Issue