2, // Number of page links to show on either side of the current page
'prev_text' => __('« Previous', 'all-cleaning-services'),
'next_text' => __('Next »', 'all-cleaning-services'),
));
else :
get_template_part('template-parts/content', 'none');
endif;
?>