CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
PHP Problems
Sort issue on date field
jacorre
Permalink to comment
#
March 2011
I'm sorting Wordpress posts for a specific category by a custom date field in the format YYYY-MM-DD using the following:
orderby=meta_value&meta_key=event-date&order=ASC
A problem example is with two event days and one having the day of the month being 10 and the other having the day of the month being 03.
The event with the day of the month being 10 shows up first when it should be after.
Any way around this?
Add a Comment
A problem example is with two event days and one having the day of the month being 10 and the other having the day of the month being 03.
The event with the day of the month being 10 shows up first when it should be after.
Any way around this?