ID ) ); if ( empty( $title ) ) { $text = 'Previous Post'; } echo '' . esc_html( $text ) . ''; } else { echo ''; } if ( is_a( $next, 'WP_Post' ) ) { $text = get_the_title( $next->ID ); if ( empty( $text ) ) { $text = 'Next Post'; } echo '' . esc_html( $text ) . ''; } else { echo ''; } } else { if ( get_previous_posts_link() || get_next_posts_link() ) { ?>