
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php if($pagination = vce_pagination(__vce('previous_posts'),__vce('next_posts'))) : ?>
<nav id="vce-pagination">
	<?php echo $pagination; ?>
</nav>
<?php endif; ?>