Does someone perhaps know a plugin or snippet (besides Yoast’s WordPress SEO) to accomplish this perhaps? Pagination with rel=ânextâ and rel=âprevâ
The only thing I’ve come across seems to be an 3-month old Trac ticket.
Does someone perhaps know a plugin or snippet (besides Yoast’s WordPress SEO) to accomplish this perhaps? Pagination with rel=ânextâ and rel=âprevâ
The only thing I’ve come across seems to be an 3-month old Trac ticket.
You must be logged in to post a comment.
Try putting this snippet in your functions.php
And if you don’t want the next and prev rel links to show up on the singular pages just wrap the output markup in a
!is_singular()
if conditionThis pretty much does exactly that, as a plugin – http://wordpress.org/extend/plugins/pagination-rel-links/
Ok then this will be a good solution:
Try this, it might help you.