From 0441b323c7712debd523df3e2e06bf647c10b0f2 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 17 Feb 2026 14:57:20 +0100 Subject: [PATCH] REFINE Restructuring post-card component to enhance layout and include thumbnail display for specific post types --- template-parts/components/post-card.php | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/template-parts/components/post-card.php b/template-parts/components/post-card.php index 766b699..5507795 100644 --- a/template-parts/components/post-card.php +++ b/template-parts/components/post-card.php @@ -28,17 +28,25 @@ $numerotation = get_post_meta($ID, 'post_numerotation', true);
- +
+ - -
    - -
  • post_title; ?>
  • - -
+ +
    + +
  • post_title; ?>
  • + +
+ +
+ +
+ +
+ \ No newline at end of file