arc-hive-wordpress-theme/template-parts/home-announcement-main.php

18 lines
349 B
PHP

<?php
/**
* The breaking div containing the main widget area
*
* @package arcHIVE-theme
* @since arcHIVE-theme 1.0.0
*/
?>
<section class="hero hero-main">
<!--main class="slides"-->
<?php dynamic_sidebar( 'home-announcement-widgets' ); ?>
<!--/main-->
<aside>
<?php foundationpress_home_hero_bar(); ?>
</aside>
</section>