Passer la navigation

[Résolu] Show multiple custom fields in oxygen frontend

This support ticket is created Il y a 4 years, 4 months. 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 -

Fuseau horaire du supporter : Asia/Kolkata (GMT+05:30)

Ce sujet contient 1 reply, a 2 voix.

Dernière mise à jour par Minesh Il y a 4 years, 4 months.

Assisté par: Minesh.

Auteur
Publications
#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
Supporter

Les langues: Anglais (English )

Fuseau horaire: 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:
- lien caché

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?