I'm using this code to get a link to the next post in Wordpress
<?php next_post_link('%link', '', TRUE); ?>
And it gives me this result:
<a href="http://www.someaddress.com/post/3/" rel="next"></a>
All I need is a URL like this:
http://www.someaddress.com/post/3/
Please help