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

20 lines
346 B
PHP

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