Hey there, I have a site where I’m attempting to create an events page that displays a set number of events (e.g. 6), but only events that have not yet occurred. After reading through this forum I was able to setup by using conditions in the consumer container to only display posts after today’s date with “{{dc:post:meta key=“mec_start_date”}} after {{dc:global:date}}”. While this technically works, the problem is that if the client only wants to display x amount of events the Looper Consumer property still counts the posts not displayed, so if consumer is set to display six events, but four have already passed the current date, only two items will be displayed.
Any help would be greatly appreciated.