Previous Home Next navigation on single post page
-
Hello,
On the single post view on my site Sarsaparilla, at the bottom of the comments there’s currently links to the previous post and the next one.
I want to insert a link to the home page between the two existing links.
I’m hoping there’s a tag I can simply insert into the current section on the single.php page, which is this one, I think:
<div class="navigation">
<div class="alignleft"><?php previous_post('« %','','yes') ?></div>
<div class="alignright"><?php next_post(' % »','','yes') ?></div>
</div>Any advice gratefully received.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Previous Home Next navigation on single post page’ is closed to new replies.