ID, 'artisans', TRUE, 'fr');
$args = array(
'post_type' => 'chantiers',
'posts_per_page' => -1,
'meta_query' => array(
array(
'key' => 'artisan',
'value' => $post->ID,
'compare' => '='
)
)
);
$chantiers = new WP_Query($args);
?>
posts): ?>
have_posts()) : $chantiers->the_post(); ?>
';
echo do_blocks($block_content);
?>