diff --git a/template-parts/articles/article-content.php b/template-parts/articles/article-content.php index 626298b..4743dcf 100644 --- a/template-parts/articles/article-content.php +++ b/template-parts/articles/article-content.php @@ -3,11 +3,18 @@ $articleID = $args['ID']; $articleContent = get_the_content($articleID); $articleTitle = get_the_title($articleID); $citeReference = get_field('cite_reference', $articleID); +$tags = get_the_terms($articleID, 'etiquettes'); ?>
-

- + +