Thread Starter
tdebie
(@tdebie)
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?
Thread Starter
tdebie
(@tdebie)
Thanks Adrian, but I can’t seem to get that to work… You’re probably right it doesn’t work in a thumbnailgrid shortcode.
Unfortunately I don’t have access to the index.php file, so I’m going to try the easy-query plugin with a suitable template instead. Also then getting the date in there is probably an issue though. For that I’m considering to try the post expirator plugin.
Any other suggestions would be very welcome.