Navigation überspringen

[Gelöst] Create calendar view with custom post type / custom field

This support ticket is created vor 6 Jahren, 3 Monaten. 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)

Dieses Thema enthält 1 Antwort, hat 2 Stimmen.

Zuletzt aktualisiert von Luo Yang vor 6 Jahren, 3 Monaten.

Assistiert von: Luo Yang.

Author
Artikel
#1128278

Tell us what you are trying to do?

I need to create a calendar view based on an created custom post type in combination with custom fields. The custom field includes the value for the date.

Similar to this view: versteckter Link

Do you have experience or any idea what extensions to use to accomplish this task?

#1128837

Hello,

I assume we are talking about this demo:
versteckter Link

If it is, there isn't such exact feature within Toolset plugins, within Toolset side, you can
- setup a custom post type
- create a custom date field, register it to the custom post type
- create a post view, query posts of custom post type, and order/filter by the custom date field.

But no such an option to display the result as a calendar.

I have seen other users using some other similar calendar plugins, for example:
https://wordpress.org/plugins/search/calendar/

For your reference.