*/ if ( ! function_exists( 'clean_gallery_wp_pagenavi' ) ) : function clean_gallery_wp_pagenavi() { ?> esc_html__( '← Older posts', 'clean-gallery' ), 'next_text' => esc_html__( 'Newer posts →', 'clean-gallery' ))); } else { the_posts_pagination(array('mid_size' => 2, 'prev_text' => esc_html__( '← Older posts', 'clean-gallery' ), 'next_text' => esc_html__( 'Newer posts →', 'clean-gallery' ))); } } } endif; if ( ! function_exists( 'clean_gallery_post_navigation' ) ) : function clean_gallery_post_navigation() { if ( !(clean_gallery_get_option('hide_post_navigation')) ) { the_post_navigation(array('prev_text' => esc_html__( '← %title', 'clean-gallery' ), 'next_text' => esc_html__( '%title →', 'clean-gallery' ))); } } endif;