Hi
I’m building a small segment where upcoming events are shown. I would like to posts them from the looper after the Event has passed.
- I set up a custom post type and added custom fields via ACF
- I set up three events
- I created a looper returning all events. I set up following condition on the column:
{{dc:global:date}} before {{dc:acf:post_field field=“datum_event”}} --> show only posts where the global date is before the date of the event
This is where it acts strange. When I click “before” in the condition, it shows 2 posts. When I click “after”, it shows the post in the middle. The global date is before all event dates, so they should all be returning with the same condition.
What is wrong, that I don’t get all posts returned by this logic?
Thanks a lot.
Laura