Skip Navigation

[Resuelto] Unable to display Repeater Field Groups in a View

This support ticket is created hace 5 años, 1 mes. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9: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/Hong_Kong (GMT+08:00)

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por Dallin Chase hace 5 años, 1 mes.

Asistido por: Luo Yang.

Autor
Mensajes
#1359319

I'm trying to display a repeater field group in a view on a page.

I have a custom post type called Changelogs.

I've made a Repeater Field Group assigned to the Changelog custom post type.

I've got the repeater fields showing properly on the Content Template for Changlogs but how do I show the repeater field group for a post in a View?

Quick video explanation: enlace oculto

#1359357

Hello,

Thanks for the detail, I can log into your website and see the problem.

And I have done below modification in your website, edit the post view "Changelog Entries":
enlace oculto

In section "Query Filter", change the filter from:
Select items from the Changelog Entry group that are related to the Post where this View is shown.

To:
Select items from the Changelog Entry group that are a related to the current post in the loop.

Since you are using the nested view, the option "the Post where this View is shown" is for current page "change", it is not for the "Changelogs" post of parent view, so you need to use option "current post in the loop"

More help:
https://toolset.com/documentation/post-relationships/how-to-display-related-posts-with-toolset/displaying-related-child-posts/

#1359733

Thanks for your help!