Display two previous posts on single.php
I hope there are multiple ways to accomplish this, but I suggest you use the following simpler function for this purpose. This is an attempt to grab a post for the current post which excludes it and the previous post: // A custom function in your functions.php file function get_related_previous_post($previous = 0) { global $post; … Read more