Hey Guys,
I am trying to display meta values associated with the next/previous posts. I am using get_post_meta...but it's returning meta values for the post that I am currently looking at (as expected).
How would I go about displaying custom values that are associated with both the previous and next posts?
Thanks!