diff --git a/single-parcours-child.php b/single-parcours-child.php index b695941..e83df4d 100644 --- a/single-parcours-child.php +++ b/single-parcours-child.php @@ -46,28 +46,31 @@ $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; + + $test = get_parcours_previous_next_posts($post); ?> - - - - - - - - - + + + + + + + + + + \ No newline at end of file