false, 'end_size' => 1, 'mid_size' => 1, 'prev_next' => true, 'prev_text' => '', 'next_text' => '', 'add_args' => false, 'add_fragment' => '', 'screen_reader_text' => __('Posts navigation','cude-blog'), ); if(function_exists('the_posts_pagination')){ the_posts_pagination($args); } else { wp_link_pages($args); } else : get_template_part( 'template-parts/content', 'none' ); endif; ?>