August 11, 2015
<div class="navigation"> <div class="nav-previous alignleft"><?php previous_post_link('%link', 'Older Posts', TRUE, 'category'); ?></div> <div class="nav-next alignright"><?php next_post_link('%link', 'Newer Posts', TRUE, 'category'); ?></div> </div>
Update the number to reflect the ‘category’ to reflect the taxonomy you would like to display. ‘TRUE’ is used to check for similar terms.
Must be used inside the loop on single.php template.
Sourced here.