From 64059074e944d3f5f7faad4384b978f88d2dcf54 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 24 Feb 2026 15:11:11 +0100 Subject: [PATCH] FEATURE Passing new datas in the get_archive_page_html for the actualites post type --- includes/utilities.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/utilities.php b/includes/utilities.php index f9acee8..bbaf116 100644 --- a/includes/utilities.php +++ b/includes/utilities.php @@ -62,6 +62,8 @@ function get_archive_page_subtitle_html($post_type) return 'Découvrez nos expositions passées et actuelles.'; case 'revues': return 'Accédez à nos revues et publications '; + case 'actualites': + return 'Suivez nos projets, événements et publications. '; default: return ''; }