From 68a0c9f522ed081a6cee07536ddd7f1b4b5ac520 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Tue, 30 Sep 2025 16:47:49 +0200 Subject: [PATCH] FIX Urls for quick links --- searchform.php | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/searchform.php b/searchform.php index 2164b84..6a6e5bd 100644 --- a/searchform.php +++ b/searchform.php @@ -10,22 +10,32 @@ - + 1, + 'post_type' => 'revues', + 'post_status' => 'publish', + )); + $lastRevueUrl = get_permalink($lastRevue[0]['ID']); + ?> \ No newline at end of file