FEATURE show cover of articles
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fe71c18f59
commit
350880a925
|
|
@ -111,6 +111,7 @@ $issue_related_articles = get_field('articles', $last_issue->ID);
|
||||||
<?php get_template_part('template-parts/dynamiques/article-card', null, array(
|
<?php get_template_part('template-parts/dynamiques/article-card', null, array(
|
||||||
'ID' => $article->ID,
|
'ID' => $article->ID,
|
||||||
'isSwiperSlide' => true,
|
'isSwiperSlide' => true,
|
||||||
|
'showCover' => true,
|
||||||
)) ?>
|
)) ?>
|
||||||
|
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|
|
||||||
|
|
@ -111,6 +111,7 @@ $issue_related_articles = get_field('articles', $last_issue->ID);
|
||||||
<?php get_template_part('template-parts/dynamiques/article-card', null, array(
|
<?php get_template_part('template-parts/dynamiques/article-card', null, array(
|
||||||
'ID' => $article->ID,
|
'ID' => $article->ID,
|
||||||
'isSwiperSlide' => true,
|
'isSwiperSlide' => true,
|
||||||
|
'showCover' => true,
|
||||||
)) ?>
|
)) ?>
|
||||||
|
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user