Disable “previous link” in first post and “next link” in last post

<?php next_post_link('format', 'link', 'in_same_cat', 'excluded_categories'); ?> 

<?php previous_post_link($format, $link, $in_same_cat = false, $excluded_categories=""); ?>

Leave a Comment