Saltar navegación

[Resuelto] Trying to display multiple repeater fields in a Divi custom post template

This support ticket is created hace 3 años, 10 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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Minesh hace 3 años, 10 meses.

Asistido por: Minesh.

Autor
Mensajes
#1973857

Tell us what you are trying to do? I'm trying to display multiple repeater fields in a Divi custom post template. The custom post type in question is 'document' and the fields are doc-file-ids (numbers) and doc-file-link (urls). Each of these fields is set up to allow multiple instances, the the documents use anywhere from 0 to 3 of each.

Is there any documentation that you are following? Everything I can find...

Is there a similar example that we can see?

What is the link to your site? enlace oculto (toolset is registered to my client Curtis Fuller)
A sample page that should have 2 ids and 2 urls: enlace oculto

Right now not worried about the appearance; we'll probably use the links to embed the documents but if I can just get them all to show I'll be happy.

#1974243

Minesh
Supporter

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Basically, you should add divi text module and add Types shortcode that should display the repeating fields.

For example:

[types field="field-slug" separator=","][/types]

Where:
- display field-slug with your original field name and adjust the separator value if required.