*/ if ( ! function_exists( 'boldwp_wp_pagenavi' ) ) : function boldwp_wp_pagenavi() { ?> esc_html__( 'Older posts', 'boldwp' ), 'next_text' => esc_html__( 'Newer posts', 'boldwp' ))); } else { the_posts_pagination(array('mid_size' => 2, 'prev_text' => esc_html__( '← Newer posts', 'boldwp' ), 'next_text' => esc_html__( 'Older posts →', 'boldwp' ))); } } } } endif; if ( ! function_exists( 'boldwp_post_navigation' ) ) : function boldwp_post_navigation() { if ( !(boldwp_get_option('hide_post_navigation')) ) { the_post_navigation(array('prev_text' => esc_html__( '%title →', 'boldwp' ), 'next_text' => esc_html__( '← %title', 'boldwp' ))); } } endif;