Previous / next posts using featured image thumbnail as links
From this answer: Let’s say you want to fetch the ID of the immediately previous post based on the current post’s ID. This is what you’d do: get_previous_post_id( $post_id ) { // Get a global post reference since get_adjacent_post() references it glob al $post; // Store the existing post object for later so we don’t … Read more