max_num_pages <= 1) { return; } $args = wp_parse_args( $args, [ 'mid_size' => 2, 'prev_next' => false, 'prev_text' => __('«', 'c9-togo'), 'next_text' => __('»', 'c9-togo'), 'screen_reader_text' => __('Posts navigation', 'c9-togo'), 'type' => 'array', 'current' => max(1, get_query_var('paged')), ] ); $links = paginate_links($args); $next_link = get_next_posts_page_link(); $prev_link = get_previous_posts_page_link(); ?>