$next_post = get_adjacent_post(0, '', 0); if( $next_post ) echo '<a href="'. get_permalink($next_post->ID) .'">'. $next_post->post_title .'</a>';