max_num_pages <= 1 ) { return; } $args = wp_parse_args( $args, array( 'mid_size' => 2, 'prev_next' => true, 'prev_text' => __( '❮', 'simple-news' ), 'next_text' => __( '❯', 'simple-news' ), 'screen_reader_text' => __( 'Posts navigation', 'simple-news' ), 'type' => 'array', 'current' => max( 1, get_query_var( 'paged' ) ), ) ); $links = paginate_links( $args ); if ( ! $links ) { return; } ?>