Get Only The URL Of The Previous And Next Posts In WordPress

1
2
//To return the URL of the previous page, use the following php code:
$prev = get_permalink(get_adjacent_post(false,'',false));
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.