Saltar navegación

[Resuelto] Create calendar view with custom post type / custom field

This support ticket is created hace 6 años, 3 meses. 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)

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Luo Yang hace 6 años, 3 meses.

Asistido por: Luo Yang.

Autor
Mensajes
#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: enlace oculto

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:
enlace oculto

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.