Saltar navegación

[Resuelto] Show multiple custom fields in oxygen frontend

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

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

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Minesh 4 years, 4 months ago.

Asistido por: Minesh.

Autor
Mensajes
#2293457
Screenshot_5.png
Screenshot_4.png

Hi,
I use oxygen and toolset, it as worked wonders but I came across a problem.

I got a Image archive with a Title and multiple pictures selected (which is an toolset custom field).

How can I show on the frontend repeating group every image in the archive?

I use this [oxygen data='meta' key='wpcf-bild'] in order to fetch the first image... but all other images are not included.

#2293955

Minesh
Colaborador

Idiomas: Inglés (English )

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

Hello. Thank you for contacting the Toolset support.

We do not have tight integration with Oxegen and when I checked the Doc, they do not show any integration with repeating field:
- enlace oculto

So, to display the multiple instance field (repeating field), you should try to follow the following steps:
- Open an Oxygen page/template.
- Click the +Add button.
- Go to WordPress -> Shortcode and manually insert your shortcode.
For example:

<ul class="list">
  <li>[types field='bild' separator='</li><li>'][/types]</li>
</ul>

- You can add the separator as required.

Does that helps?