' '.esc_html__('Older posts','neblue'), 'next_text' => esc_html__('Newer posts','neblue').' ' )); } function vs_comments_navigation(){ the_comments_navigation(array( 'prev_text' => ' '.esc_html__( 'Older comments' ,'neblue'), 'next_text' => esc_html__( 'Newer comments' ,'neblue').' ' )); } function vs_posts_pagination(){ the_posts_pagination(array( 'prev_text' => '', 'next_text' => '' )); }