Navigation überspringen

[Gelöst] Show multiple custom fields in oxygen frontend

This support ticket is created vor 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 -

Zeitzone des Unterstützers: Asia/Kolkata (GMT+05:30)

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

Zuletzt aktualisiert von Minesh vor 4 years, 4 months.

Assistiert von: Minesh.

Author
Artikel
#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
Unterstützer

Sprachen: Englisch (English )

Zeitzone: 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:
- versteckter Link

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?