Display NEXT and PREVIOUS pagination? [duplicate]

get_previous_post() and get_next_post() are deprecated. You should use get_previous_post_link() and get_next_post_link() or even better the wrapper functions the_post_navigation() or get_the_post_navigation(). If you don’t know how to use them, see the single.php template of the twentyfifteen theme that comes with WordPress by default. You can also see how these functions are implemented in the link-template.php file located in the wp-includes folder.