// Pagination
the_posts_pagination(array(
'prev_text' => __('Previous', 'automatically-news'),
'next_text' => __('Next', 'automatically-news'),
));
else:
echo '
No posts found.
'; endif; ?>