Thanks, I’m looking forward to that.
In the meantime, I’d like to compare the custom date field with a date manually set in the shortcode. I’m thought the following shortcode should work, comparing the project_end_date custom field (which stores the date in “yymmdd” format) to May 1st 2015:
[easy_query meta_key="project_end_date" meta_value="150501" meta_compare=">="]
but it does not produce any output. Only when I set meta_value="0"
does it give any results.
What am I doing wrong?