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