This commit is contained in:
AlxMedia 2021-10-01 11:44:18 +02:00
parent 81eed28cda
commit 797e90a735
10 changed files with 373 additions and 128 deletions

View file

@ -8,11 +8,15 @@
<?php get_template_part('inc/front-widgets-top'); ?>
<?php get_template_part('inc/featured'); ?>
<?php if ( have_posts() ) : ?>
<div class="article-grid">
<?php while ( have_posts() ): the_post(); ?>
<?php get_template_part('content'); ?>
<?php endwhile; ?>
</div>
<?php get_template_part('inc/front-widgets-bottom'); ?>
<?php get_template_part('inc/pagination'); ?>