max_num_pages <= 1 ) { return; } $args = wp_parse_args( $args, array( 'mid_size' => 2, 'prev_next' => true, 'prev_text' => __( '«', 'elitewhite' ), 'next_text' => __( '»', 'elitewhite' ), 'screen_reader_text' => __( 'Posts navigation', 'elitewhite' ), 'type' => 'array', 'current' => max( 1, get_query_var( 'paged' ) ), ) ); $links = paginate_links( $args ); ?>