Skip Navigation

[Resolved] select featured event in a view

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

Problem:

Im trying to create a view that selects any event (theeventscalendar) that is featured- Is this possible somehow?

Solution:

It depends on the theeventscalendar plugin, how does theeventscalendar plugin store the "featured" value ?

You can check it with the theeventscalendar plugin author

If it is a custom field, you can follow our document to setup the custom field filter:

https://toolset.com/forums/topic/custom-field-filter-setup/

If it is a hidden field, you can enable it to Views UI:

Dashboard-> Toolset-> Settings-> Front-end Content-> Hidden custom fields, click button "Select custom fields"

If it is a custom taxonomy, you can follow our document to setup the taxonomy filter:

https://toolset.com/documentation/user-guides/views/filtering-views-by-taxonomy/

Relevant Documentation:

This support ticket is created 4 years, 2 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)

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by Steve 4 years, 2 months ago.

Assisted by: Luo Yang.

Author
Posts
#1812781

Im trying to create a view that selects any event (theeventscalendar) that is featured- Is this possible somehow? I don't see the field available for selecting- or cant identify it

Thanks

#1813543

Hello,

It depends on the theeventscalendar plugin, how does theeventscalendar plugin store the "featured" value ?
You can check it with the theeventscalendar plugin author

If it is a custom field, you can follow our document to setup the custom field filter:
https://toolset.com/forums/topic/custom-field-filter-setup/

If it is a hidden field, you can enable it to Views UI:
Dashboard-> Toolset-> Settings-> Front-end Content-> Hidden custom fields, click button "Select custom fields"

If it is a custom taxonomy, you can follow our document to setup the taxonomy filter:
https://toolset.com/documentation/user-guides/views/filtering-views-by-taxonomy/

#1814343

Thanks I'll check with them and then should be good to go