Problem with where attribute in shortcode
Hi, I'm using a shortcode on a wp page:-
[pods name="monteria" order="t.fecha" where="t.fecha >= NOW()" limit="10" template="monteria/list"]
The where clause is being ignored and all records returned. I use a similar syntax on other pages (not as shortcode) and it works fine.
$pods->findRecords('t.fecha',-1,"t.fecha >= NOW()");
2 Answers
Try running the very latest version of Pods 1.10.4 for the fix.
Sorted - Many thanks!!


