From 1be5cf1d1b20981d9d90acca13143959a3fe93f4 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 3 Mar 2026 17:13:18 +0100 Subject: [PATCH] FEATURE Adapting card to handle post thumbnail --- template-parts/components/cards/post-card.php | 23 +++++++++++-------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/template-parts/components/cards/post-card.php b/template-parts/components/cards/post-card.php index 1edc0da..ebb341e 100644 --- a/template-parts/components/cards/post-card.php +++ b/template-parts/components/cards/post-card.php @@ -1,14 +1,15 @@ - - - $current_post_type, - 'current_post_id' => $ID - )); ?> + + +
+ <?php echo $title; ?> +
+
+ $current_post_type, + 'current_post_id' => $ID + )); ?>