FEATURE show cover of articles
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-09-30 16:49:37 +02:00
parent fe71c18f59
commit 350880a925
2 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,7 @@ $issue_related_articles = get_field('articles', $last_issue->ID);
<?php get_template_part('template-parts/dynamiques/article-card', null, array(
'ID' => $article->ID,
'isSwiperSlide' => true,
'showCover' => true,
)) ?>
<?php endforeach; ?>

View File

@ -111,6 +111,7 @@ $issue_related_articles = get_field('articles', $last_issue->ID);
<?php get_template_part('template-parts/dynamiques/article-card', null, array(
'ID' => $article->ID,
'isSwiperSlide' => true,
'showCover' => true,
)) ?>
<?php endforeach; ?>