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

20 lines
499 B
PHP
Raw Normal View History

2021-04-29 11:47:25 +02:00
<?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"-->
2021-04-29 11:47:25 +02:00
<?php dynamic_sidebar( 'home-announcement-widgets' ); ?>
<?php dynamic_sidebar( 'home-announcement-widgets-top-primary' ); ?>
<!--/main-->
2021-04-29 11:47:25 +02:00
<aside>
<?php dynamic_sidebar( 'home-announcement-widgets-top-secondary' ); ?>
<?php //foundationpress_home_hero_bar(); ?>
2021-04-29 11:47:25 +02:00
</aside>
</section>