arc-hive-wordpress-theme/page-templates/front.php

17 lines
260 B
PHP
Raw Normal View History

<?php
/*
Template Name: Front
*/
get_header(); ?>
2021-04-29 11:47:25 +02:00
<?php get_template_part( 'template-parts/home', 'announcement' ); ?>
2021-04-29 11:47:25 +02:00
<article>
<main>
<?php get_template_part( 'template-parts/section', 'news' ); ?>
</main>
</article>
<?php get_footer();