Display next/previous post title on single posts
-
Hi there!
I’d like to display the title of the next/previous post at the bottom of singles posts.
By default, my theme (Fukasawa) just displays this kind of links:<– Previous post | Next post –>
I’d prefer something like this:
<– Previous post | Next post –>
Title of the post | Title of the postI’ve tried to add this piece of code on single.php:
<?php previous_post_link(); ?> <?php next_post_link(); ?>
With no success.
Any idea?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Display next/previous post title on single posts’ is closed to new replies.