From 0ec57f6278a8e6bb8ec95b6963d47a91ca3f8de3 Mon Sep 17 00:00:00 2001 From: Antoine Date: Mon, 16 Mar 2026 10:15:14 +0100 Subject: [PATCH] FEATURE Introducing component --- .../components/cards/archive-presse-card.php | 73 +++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 template-parts/components/cards/archive-presse-card.php diff --git a/template-parts/components/cards/archive-presse-card.php b/template-parts/components/cards/archive-presse-card.php new file mode 100644 index 0000000..250d32d --- /dev/null +++ b/template-parts/components/cards/archive-presse-card.php @@ -0,0 +1,73 @@ + + + + +
+ <?php echo $title; ?> +
+ +
+ $current_post_type, + 'current_post_id' => $ID + )); ?> +
+

+ +
+ +
+
+ +
+ + + +
    + +
  • post_title; ?>
  • + + +
  • post_title; ?>
  • + +
+ +
+ +
+ +
+ + +
    + +
  • name; ?>
  • + +
+ +
+ + +
+ +
\ No newline at end of file