REFACTOR Removing unecessary lineskips

This commit is contained in:
Nonimart 2025-10-21 10:44:24 +02:00
parent 0fabe129da
commit 746363d81a
2 changed files with 0 additions and 4 deletions

View File

@ -41,9 +41,7 @@ $revueID = get_field('related_revue', get_the_ID());
<?php get_template_part('template-parts/articles/article-content', null, array(
'ID' => get_the_ID()
)); ?>
</div>
</div>
<!-- #### RECOMMANDATIONS #### -->

View File

@ -15,8 +15,6 @@ $articlesAmount = get_author_articles_amount($author_id);
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="page--single-auteurs__header">
<div class="inner container">