Skip Navigation

[Resolved] How to display the repeatable fields in the view inside view.

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

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 1 reply, has 2 voices.

Last updated by Minesh 4 years, 9 months ago.

Assisted by: Minesh.

Author
Posts
#1488321

I want to display Product's repeatable fields to Homepage.
So I created a view (view1) to display product's post on Homepage,then put another view (view2) inside to view1.
But It show "No items found".

Could you tell me where have guideline to setting? Thank you.

Post type:product
Custom repeatable fields:
(1)product-features-title
(2)product-features-description

#1488441

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

There are two terms. Repeating Field Group and Repeating Fields.

Now, If you are using the Repeating fields, you do not need to create another nested view. You should just add the repeating field using the types shortcode. For example:

[types field="my-number" separator=","][/types]

More info:
=> https://toolset.com/documentation/user-guides/custom-content/repeating-fields/#Displaying%20Repeating%20Fields

But, If you are using the Repeating field groups, Here is the official Doc about how you can display the Rpeating field group
https://toolset.com/documentation/getting-started-with-toolset/creating-and-displaying-repeatable-field-groups/#displaying-repeatable-field-groups