diff --git a/single-artisans.php b/single-artisans.php index eabe861..fc8f786 100644 --- a/single-artisans.php +++ b/single-artisans.php @@ -155,15 +155,13 @@ $pageIcon = get_field('page_icon', get_queried_object_id()) ?? null; ID); $date = get_field('date', $chantier->ID); - // $city = get_field('city', $chantier->ID); $city = get_field('city', $chantier->ID)['city'] ?? null; - - // write_log($city); $pictures = get_field('pictures', $chantier->ID); + $chantier_name = get_field('chantier_name', $chantier->ID); ?>