How to order wordpress posts by a custom field date?
- Read through the posts and grab the dates.
- Sort the dates with the post-id associated with those dates.
- Read through the sorted dates and re-display the first 3 posts by post-id.
How to order wordpress posts by a custom field date?