Thanks but it doesn’t seem to be working. Here is the code so you get an idea of what I’m trying to do.
<link href="<?php get_next_posts_link(); ?>" id="arr-nav-right-link" />
I want the link to the next posts populate the href. Is this possible?
When I check the HTML source the href is empty. No link.
<link href="" id="arr-nav-right-link" />