%s', '←', __( 'Newer
', 'twentytwenty' ) ); $next_text = sprintf( ' %s', __( 'Older ', 'twentytwenty' ), '→' ); $posts_pagination = get_the_posts_pagination( array( 'mid_size' => 1, 'prev_text' => $prev_text, 'next_text' => $next_text, ) ); // If we're not outputting the previous page link, prepend a placeholder with visisibility: hidden to take its place. if ( strpos( $posts_pagination, 'prev page-numbers' ) === false ) { $posts_pagination = str_replace( ' ', $posts_pagination ); } if ( $posts_pagination ) { ?>