'chantiers',
'posts_per_page' => -1,
'meta_query' => array(
array(
'key' => 'artisan',
'value' => $post->ID,
'compare' => 'LIKE'
)
)
);
$chantiers = new WP_Query($args);
?>
posts): ?>
posts as $chantier): ?>
ID);
$date = get_field('date', $chantier->ID);
$city = get_field('city', $chantier->ID);
$pictures = get_field('pictures', $chantier->ID);
?>
post_title ?>
';
echo do_blocks($block_content);
?>