str_replace( $big, '%#%', get_pagenum_link( $big ) ),
'format' => '?paged=%#%',
'current' => max( 1, get_query_var('paged') ),
'total' => $wp_query->max_num_pages,
'prev_text' => esc_html__('← Previous', 'arba'),
'next_text' => esc_html__('Next →', 'arba')
) );
}
endif;