__('Previous page', 'fishingbaltic'),
'next_text' => __('Next page', 'fishingbaltic'),
'before_page_number' => '' . __('Page', 'fishingbaltic') . ' ',
));
// If no content, include the "No posts found" template.
else :
get_template_part('content', 'none');
endif;
?>