Ordering by Event Date
-
Hi,
I’m setting up a category for “Coming Events” – I want to be able to order by custom field similar to the solution found
in this thread.Using this as the query:
query_posts('cat=3&order=desc&orderby=meta_value&meta_key=event_date');
and in the custom field
Name:
event_dateValue:
2010-01-12It works until I add an event for the next year. In other words the event fall into place like this:
Rusk Co. PRCA Rodeo – Henderson, TX
Event Date: Jan. 12, 2011Rusk Co. PRCA Rodeo – Henderson, TX
Event Date: October 15, 2010Rusk Co. PRCA Rodeo – Henderson, TX
Event Date: October 16, 2010The first entry (dated for Jan. 12, 2011) should be below the others. In the Value field I have 2011-01-12
What am I doing incorrectly?
Thanks!
Daf
- The topic ‘Ordering by Event Date’ is closed to new replies.