This commit is contained in:
AlxMedia 2021-10-01 12:57:17 +02:00
parent d2091a3c1b
commit e8489e6993
4 changed files with 8 additions and 1 deletions

View file

@ -6,9 +6,11 @@
<?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/pagination'); ?>