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

17 lines
342 B
PHP

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