So I created some custom pagination for my single.php template to show next/previous posts at the bottom. However, the way it is working currently is linear(ie on the most...
  • May 23, 2022
  • 0 Comments
Is there a simple way to use the post thumbnail when calling previous_post_link() and next_post_link()? 1 Answer 1 This could be acheived by using the get_previous_post() and get_the_post_thumbnail() functions....
  • May 19, 2022
  • 0 Comments