get_pagenum_link(1) . '%_%', 'format' => '?paged=%#%', 'total' => $wp_query -> max_num_pages, 'current' => max( 1, get_query_var( 'paged' ) ), 'show_all' => False, 'end_size' => 1, 'mid_size' => 2, 'prev_next' => True, 'prev_text' => '←', 'next_text' => '→', 'type' => 'list', 'add_args' => false, 'add_fragment' ); if( isset( $_GET[ 's' ] ) ){ /* IF IS SEARCH PAGE */ $pagination[ 'base' ] = '%_%'; $pagination[ 'format' ] = '?page=%#%'; $pagination[ 'add_args' ] = array(); $pagination[ 'add_args' ][ 's' ] = get_query_var( 's' ); } $pgn = paginate_links( $pagination ); if( !empty( $pgn ) ){ ?>