return URL only of next/prev post
-
I’m trying to return the URL only without the link e.g.
<a href""></a>
I only want to return the URL of the next or previous post. I’m using this plugin in a photoblog and intend to make the main image the prev/next link instead of having text has the link. I’ve tinkered around with various ways of acheiving this like using this:
<?php previous_post_smart( '%link' , the_post_thumbnail( 'photoblog'));
playing with this has resulted in lots of syntax errors or the image being displayed but without a link. I assumed grabbing only the URL would make this task easier.
Any ideas?
Thanks!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘return URL only of next/prev post’ is closed to new replies.