'; next_posts_link( ' '.esc_html__( 'Older Posts', 'ashe' ) ); echo ''; echo '
'; previous_posts_link( esc_html__( 'Newer Posts', 'ashe' ).' ' ); echo '
'; // Numeric Pagination } elseif ( ashe_options( 'blog_page_post_pagination' ) === 'numeric' ) { the_posts_pagination( array( 'mid_size' => 2, 'prev_text' => '', 'next_text' => '' ) ); // Load More / Infinite Scroll } else { next_posts_link( esc_html__( 'Load More', 'ashe' ) ); } ?>