"publish",
"post_type" => "artisans",
"posts_per_page" => -1,
// "paged" => 1,
"orderby" => "title",
"order" => "ASC",
// "suppress_filters" => false,
]);
?>
$pageIcon,
"title" => $currentPage->post_title,
"description" => __("Cherchez une entreprise ou un artisan", "metiers-patrimoine-theme"),
));
?>
$initialPosts->found_posts)); ?>
have_posts()) : $initialPosts->the_post(); ?>
ID) ?? null;
get_template_part(
'template-components/artisans/card-artisans-search',
null,
array(
'card_variant' => 'activite',
'post_ID' => get_the_ID(),
'post_title' => get_the_title(),
'current_taxonomy' => "elementsbatiments",
'post_date' => $post_date,
)
); ?>