Skip Navigation

[Resolved] How to only show future events

This thread is resolved. Here is a description of the problem and solution.

Problem:
In a View that lists events, how to only show current and future events.

Solution:
Include a Query Filter for the event date field such that it should be greater than or equal to TODAY().

Relevant Documentation:
https://toolset.com/documentation/user-guides/date-filters/

This support ticket is created 6 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

This topic contains 2 replies, has 2 voices.

Last updated by ruudd 6 years, 5 months ago.

Assisted by: Nigel.

Author
Posts
#913906

Tell us what you are trying to do?

I'm trying to built a calendar with Toolset, and was wondering how to hide past events. I noted another ticket referring to this; reference was made to a feature that would allow for this, without getting in the details. Moreover, that ticket was 6 years old.

Is there any documentation that you are following?
No

Is there a similar example that we can see?
No

What is the link to your site?
hidden link

#913963

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi Ruud

You have an event post type and have a custom field for the date of the event?

And you want a View to list events, but only show current/future events, something like that?

You would add a Query Filter for your date field that it should be greater than or equal to TODAY().

See https://toolset.com/documentation/user-guides/date-filters/

Or did you mean something else?

#914081

Thanks Nigel.