introducing artisan-search card component

This commit is contained in:
Antoine M 2024-10-24 10:38:51 +02:00
parent f028049418
commit df20f54690

View File

@ -66,7 +66,7 @@ function build_search_artisan_posts_cards($request)
$post_date = get_the_date('j.m.Y', $post->ID) ?? null; $post_date = get_the_date('j.m.Y', $post->ID) ?? null;
get_template_part( get_template_part(
'template-components/artisans/card-artisans', 'template-components/artisans/card-artisans-search',
null, null,
array( array(
'card_variant' => 'activite', 'card_variant' => 'activite',