From a4175d162108d8352102201bf8b2019b809cdc2b Mon Sep 17 00:00:00 2001 From: Nonimart Date: Thu, 16 Oct 2025 11:40:52 +0200 Subject: [PATCH] FEATURE handling new tags behaviour --- single-revues.php | 4 +++- template-parts/articles/article-content.php | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/single-revues.php b/single-revues.php index 31ba03d..e27f9ea 100644 --- a/single-revues.php +++ b/single-revues.php @@ -33,7 +33,9 @@ $articles = get_field('articles', $current_issue->ID); diff --git a/template-parts/articles/article-content.php b/template-parts/articles/article-content.php index 7a04c74..a0ca183 100644 --- a/template-parts/articles/article-content.php +++ b/template-parts/articles/article-content.php @@ -12,7 +12,9 @@ $tags = get_the_terms($articleID, 'etiquettes');