order posts by meta value on posts page
So I figured out how to get what I want, but it’s still not perfect. The problem revolved around how my custom meta value was being stored – basically as a string. I needed to tell MySQL that it was a date, so it could be used to order the posts. To this end, I … Read more