removing unecessary lineskips
This commit is contained in:
parent
4c763a9d63
commit
2ac79ca14c
|
|
@ -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;
|
||||
|
||||
|
||||
?>
|
||||
|
||||
<?php if ($next_post) : ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user