the_title() ?>
$address = get_field('lieu_de_la_residence'); echo $address['city']; ?>
echo 'Type ' . get_field('informations_detaillees_generales')['type_nb_de_pieces']; ?>
2 pièces - chambre - 27m²
Appartement T2 à prix imbattable !
if ($isDetailed && get_field('status') != 'Vendu') { echo the_field('prix') . ' €'; } elseif (get_field('status') != 'Vendu' && $lowest_price) { echo 'à partir de ' . $lowest_price . ' €'; } ?>