Tagged Questions
2
votes
1answer
182 views
How to List Events by Year and Month Using Advanced Custom Fields?
I have a custom post type "Kalender_item" with a custom Date Field (YYMMDD). I want to list all the posts on a page sorted by Year and Month.
For example:
November 2012 (all events that occure ...
0
votes
1answer
355 views
Display upcoming events in the next 30 days by querying posts with timestamp in custom meta
I have a custom post type "event" which stores a custom meta as a timestamp ($event_date). The date is always in a dd-mm-yyyy format, so I can generate a unix timestamp from this key. The timestamp ...
0
votes
2answers
512 views
Custom Field Date Problem
I have a custom field called expiry_date with a value of let's say 2010-12-11 00:00:00.
What I would like to do is, in my query loop, only return posts with this expiry_date custom field attached to ...