I\'m using the following code to display a \'previous posts\' link on my Wordpress blog.
&
None of the answers worked for me. I solved it this way:
$next = get_permalink(get_adjacent_post(false,'',false)); //next post url $prev= get_permalink(get_adjacent_post(false,'',true)); //previous post url Previous Next