I currently use the following method to get a prev / next blog page link:
<?php previous_post_link( '%link', '%title' ); ?>
However this includes the outer element, name etc, I want just the link e.g. http://domain.com/blog/page/2
Is there a function that I’m not seeing to suit my requirements?
Clarification
- This is for the next blog page (not blog post)
- I only want the link, not the anchor element
Many thanks