From f40d5cd9ceb666fe2818c1b8430141e76d286a35 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Tue, 14 Oct 2025 16:10:06 +0200 Subject: [PATCH] FEATURE Showing rrevues recommandations on singles --- single-articles.php | 3 +++ single-revues.php | 2 ++ 2 files changed, 5 insertions(+) diff --git a/single-articles.php b/single-articles.php index 452072f..51731ff 100644 --- a/single-articles.php +++ b/single-articles.php @@ -46,6 +46,9 @@ $revueID = get_field('related_revue', get_the_ID()); + + '); ?> + diff --git a/single-revues.php b/single-revues.php index bb80e30..2e0f194 100644 --- a/single-revues.php +++ b/single-revues.php @@ -85,6 +85,8 @@ $articles = get_field('articles', $current_issue->ID); + + '); ?>