Skip Navigation

[Resolved] Mostrar el padre de un tipo de entrada

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

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

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)

This topic contains 4 replies, has 2 voices.

Last updated by miguel-j.C 6 years, 4 months ago.

Assisted by: Luo Yang.

Author
Posts
#919374

Un tipo de post A esta relacionado con otro tipo B (mediante una relación uno(A) a muchos(B)).

Quiero mostrar una vista de los post de B y que aparezca un enlace el post A padre.
Ejemplo:
Posts B Posts A
b1 a1
b2 a2
b3 a2
b4 a1

Hay un tipo de campo llamado "relationship" que puedo elegir pero no muestra nada.
Gracias por la ayuda.

#919740

Hello,

This is English support forum, please elaborate the questions in English. thanks

#919784

A type of post A is related to another type B (through a relationship one (A) to many (B)).

I want to show a view of the post of B and that a link appears in the post To father.
Example:
Posts B Posts A
b1 a1
b2 a2
b3 a2
b4 a1

There is a type of field called "relationship" that I can choose from but it does not show anything.
Thanks for the help.

#919791

Thanks for the details, you can create a post view:
1) Query posts of "type B",
2) In the view's loop, display the post title of current "type B" post + related Posts A:
see our document:
https://toolset.com/documentation/post-relationships/how-to-display-related-posts-with-toolset/#displaying-one-related-item-parent
section "Displaying one related item (parent)"

#920763

Gracias por la informacion