From 145cc3c4144575c3b0b35317dfddbe378db0fafa Mon Sep 17 00:00:00 2001 From: Antoine Date: Mon, 16 Mar 2026 10:10:00 +0100 Subject: [PATCH] REFACTOR post grid with the generic post grid component --- archive-analyses-etudes.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/archive-analyses-etudes.php b/archive-analyses-etudes.php index 8fa4f6b..0747ae2 100644 --- a/archive-analyses-etudes.php +++ b/archive-analyses-etudes.php @@ -16,16 +16,18 @@ 'url' => '#prochaines-publications', ) )); ?> - 1, 'post_type' => 'analyses-etudes', )); ?> - - - + + 'analyses-etudes', + 'post_amount' => -1, + 'grid_title' => 'Trouver une publication', + )); ?>