diff --git a/template-parts/articles/card-article.php b/template-parts/articles/card-article.php index acca9b9..2b1ec31 100644 --- a/template-parts/articles/card-article.php +++ b/template-parts/articles/card-article.php @@ -8,7 +8,8 @@ $link = get_the_permalink($ID); $related_revue = get_field('related_revue', $ID); $related_revue_issue_number = $related_revue ? get_field('issue_number', $related_revue) : null; - +$showAuthors = $args['showAuthors'] ?? false; +$authors = get_field('authors', $ID); ?> @@ -25,6 +26,22 @@ $related_revue_issue_number = $related_revue ? get_field('issue_number', $relate
+ + + +