Tagged Questions
0
votes
1answer
169 views
Next Prev Post link rendering current post thumbnail
i am using below code which should render next and previous post thumbnail but it is showing the current post thumbnail in Custom Post Type single page
<?php
$prevpost = get_previous_post(true);
...
1
vote
1answer
582 views
Showing Thumbnail from Previous and Next Posts
Is there a simple way to use the post thumbnail when calling previous_post_link() and next_post_link()?