From 0efe7f2e992ba05d5f8e293cef888f17740766d1 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Tue, 14 Oct 2025 16:30:03 +0200 Subject: [PATCH] FIX tag list --- single-revues.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/single-revues.php b/single-revues.php index 2e0f194..7b1d810 100644 --- a/single-revues.php +++ b/single-revues.php @@ -14,7 +14,6 @@ $articles = get_field('articles', $current_issue->ID); ID); - ?> @@ -26,9 +25,8 @@ $articles = get_field('articles', $current_issue->ID); 'etiquettes', - )); + $tags = get_revue_terms($current_issue->ID, 'etiquettes'); + ?>
@@ -38,10 +36,10 @@ $articles = get_field('articles', $current_issue->ID);
  • - -
    + +