I have custom post type. In this custom post type I have custom field with date in format: 23/09/2012
How to show only posts, which currently date is before date from these custom field?
Sory for my english.
Tom
|
I have custom post type. In this custom post type I have custom field with date in format: 23/09/2012 How to show only posts, which currently date is before date from these custom field? Sory for my english. Tom |
|||
|
|
|
You can do this using
NOTE: If you want to order by date this is a little trickier unless you store the date as a unix timestamp. Then you can orderby meta_value_num as it's just a number. |
|||||||||
|