From 3d0771f5fdcf57f97ff75a86fec2c2bac736a950 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Thu, 4 Sep 2025 17:08:43 +0200 Subject: [PATCH] FIX for revue id not passed correctly to one component --- single-revues.php | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/single-revues.php b/single-revues.php index 9090db8..507b991 100644 --- a/single-revues.php +++ b/single-revues.php @@ -10,6 +10,12 @@ $articles = get_field('articles', $current_issue->ID);
+ + ID); + + + ?> @@ -40,15 +46,8 @@ $articles = get_field('articles', $current_issue->ID);
-
- -
- -
-
-

@@ -74,7 +73,7 @@ $articles = get_field('articles', $current_issue->ID); )); ?> $revueID + 'revueID' => get_the_ID() )); ?>