diff --git a/single-artisans.php b/single-artisans.php index 26ef872..0e700fe 100644 --- a/single-artisans.php +++ b/single-artisans.php @@ -148,7 +148,7 @@ $pageIcon = get_field('page_icon', get_queried_object_id()) ?? null; $chantier_description = get_field('description', $chantier->ID); $date = get_field('date', $chantier->ID); $city = get_field('city', $chantier->ID); - + $pictures = get_field('pictures', $chantier->ID); ?>
@@ -158,11 +158,25 @@ $pageIcon = get_field('page_icon', get_queried_object_id()) ?? null;

+ +
+ $picture) { + } + ?> + + + + +
+ + + @@ -170,7 +184,46 @@ $pageIcon = get_field('page_icon', get_queried_object_id()) ?? null; + + + post_title; + write_log($nextPost); + + echo '
';
+			print_r($prevPost);
+			echo '
'; + ?> + + + + + + + + + + + + + + + + +