fix echos

This commit is contained in:
vnmedeiros 2020-07-22 11:14:10 -03:00
parent c92866cae4
commit e58dcd099c
1 changed files with 2 additions and 2 deletions

View File

@ -99,10 +99,10 @@
<h2 class="title-content-items"><?php echo __('Also in this collection', 'tainacan-interface') ?></h2>
<div id="item-single-navigation" class="d-flex justify-content-between margin-two-column">
<div class="pagination">
<?php if($previous_link_url !== false) previous_post_link($previous); ?>
<?php echo $previous; ?>
</div>
<div class="pagination">
<?php if($next_link_url !== false) next_post_link($next); ?>
<?php echo $next; ?>
</div>
</div>
</div>