Pods Shortcode: display pods within specific dates
-
Hi,
I have a POD created with two date fields (applications_start and applications_end) and I want to display the entries that have applications open at the moment. First, I am unable to display even when I use a simple condition like
where="CAST(applications_end.meta_value as DATE) BETWEEN CURDATE() and '2020/12/31'"
EDIT: I removed the .meta_value and it now works – but I don’t know if this is a correct procedure.I am still unable to display only the entries who are in the applications_start > CURDATE() < applications_end range. Any tips?
Thanks in advance,
The topic ‘Pods Shortcode: display pods within specific dates’ is closed to new replies.