diff --git a/single-artisans.php b/single-artisans.php index 0e700fe..776271d 100644 --- a/single-artisans.php +++ b/single-artisans.php @@ -116,7 +116,7 @@ $pageIcon = get_field('page_icon', get_queried_object_id()) ?? null; ?>
- +

@@ -191,7 +191,7 @@ $pageIcon = get_field('page_icon', get_queried_object_id()) ?? null; $prevPost = get_previous_post(); $nextPost = get_next_post(); // echo $prev_post->post_title; - write_log($nextPost); + // write_log($nextPost); echo '
';
 			print_r($prevPost);