diff --git a/single-parcours-child.php b/single-parcours-child.php index 4cd5985..b695941 100644 --- a/single-parcours-child.php +++ b/single-parcours-child.php @@ -46,8 +46,6 @@ $pageIcon = get_field('step_icon', $post->ID); $prev_thumbnail_url = get_the_post_thumbnail_url($prev_post, 'thumbnail'); $prev_page_icon = get_field('step_icon', $prev_post->ID) ?? null; $next_page_icon = get_field('step_icon', $next_post->ID) ?? null; - - ?>