Skip Navigation

[Resolved] Display upcoming events

This support ticket is created 5 years, 6 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
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 4 replies, has 2 voices.

Last updated by marianD-3 5 years, 6 months ago.

Assisted by: Luo Yang.

Author
Posts
#1243860

Hi

I'm currently using the plugin CalendarizeIT with Toolset. I'd like to display the post entries as future events and hide the old entries (older than today - hidden link). The custom field used to generate the date is "fc_start" which comes from CalendarizeIT ( hidden link ).

Is there a way to achieve this?

Regards

#1243889

Hello,

It depends on how CalendarizeIT plugins store the date value in custom field "fc_start", if it stores timestamp value, then you can follow our document to setup a filter on custom field "fc_start", for example:
Select items with field:
fc_start is a number greater than TODAY()

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

#1243904

I did use this filter hidden link but it doesn't work. I assume then that "fc_start" doesn't store timestamp value.

Is there a way to convert "fc_start" to a timestamp value via a function so that I can use that filter similar to the case where I'd use Toolset's date field ( hidden link )

Regards

#1243906

For the new question:
Is there a way to convert "fc_start" to a timestamp value via a function.

No, there isn't such kind of feature within Toolset plugins, I suggest you check it with author of CalendarizeIT plugins.

#1243907

My issue is resolved now. Thank you!