From df20f5469014b9f4085ff1b5da74d6579f16a6be Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 24 Oct 2024 10:38:51 +0200 Subject: [PATCH] introducing artisan-search card component --- includes/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api.php b/includes/api.php index 05ed113..dee54a3 100644 --- a/includes/api.php +++ b/includes/api.php @@ -66,7 +66,7 @@ function build_search_artisan_posts_cards($request) $post_date = get_the_date('j.m.Y', $post->ID) ?? null; get_template_part( - 'template-components/artisans/card-artisans', + 'template-components/artisans/card-artisans-search', null, array( 'card_variant' => 'activite',