rename the widget areas in home - front page

This commit is contained in:
jorge 2022-04-11 14:57:34 +02:00
parent b4a8701516
commit 735709757b
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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(); ?>