I have a condition that looks like this:
TODAY -> before -> Custom date from metadata.
today: {{global.date({"format":"d M Y"})}}
custom metadata date: {{dc:date:generic date="@{{dc:post:meta key="wpcf-fecha-webinar"}}" format="d M Y"}}
the date is a timestamp: 1784160000 (example)
what i want is to show the content from a date after today. it works on one of my loopers but for some reason the same exact condition doesn’t work here and puts 1 events showing correctly while another that was added today basically, showing in the same group as the passed ones!
I don’t have a good way to debug this so I ask for your help, maybe you can tell me how can I debug this in the future.