From 403052e96cf77034946034fa3c7b8ba8439cd245 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Thu, 2 Oct 2025 14:27:47 +0200 Subject: [PATCH] FEATURE ajout d'un cta pour consulter les prochaines publications --- archive-revues.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/archive-revues.php b/archive-revues.php index 2a15177..a365ef4 100644 --- a/archive-revues.php +++ b/archive-revues.php @@ -10,10 +10,15 @@ Chaque parution propose un dossier thématique nourri de contributions plurielle 'cover' => array( 'url' => get_stylesheet_directory_uri() . '/resources/img/covers/carhop-revues-page-cover.svg', 'alt' => 'Revues' + ), + 'cta' => array( + 'title' => __('Voir les publications à venir', 'dynamiques'), + 'url' => get_home_url() . '/prochaines-publications/', ) )); ?> +