Navigation überspringen

[Gelöst] Relationship in View not working

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

Problem:

Display grandchild posts with views.

Solution:

It needs nested views, for example:
https://toolset.com/forums/topic/relationship-in-view-not-working/page/2/#post-1783931

Relevant Documentation:

This support ticket is created vor 4 Jahren, 3 Monaten. 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
- 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)

Dieses Thema enthält 17 Antworten, hat 3 Stimmen.

Zuletzt aktualisiert von larryL vor 4 Jahren, 3 Monaten.

Assistiert von: Luo Yang.

Author
Artikel
#1782893

What do you think Waqar?

#1783931

Hello again,

Waqar is on vacations, I will take back this ticket.

I assume we are talking about these two post type relationships:
versteckter Link
And
versteckter Link

And I have done below modifications in your website:
1) Create a parent post view "related camera posts":
versteckter Link
- Query camera posts
- Filter by:
Select posts in a Cameras Camera Issues relationship that are a related to the current post in the loop.
- In view's loop, display the grandchild post view shortcode:
[wpv-view name="camera-related-location"]

2) Edit the grandchild post view "Camera Related Location":
versteckter Link
Change the filter to:
Select posts in a Cameras TMNA Locations relationship that are a related to the current post in the loop.

3) Edit the grandparent post view "Cameras Report":
versteckter Link
in section "Loop item in Cameras Report", display the parent post view shortcode:
[wpv-view name="related-camera-posts" cached="off"]

Test it in front-end:
versteckter Link

It works fine, please check if it is what you want. thanks

#1785109

My issue is resolved now. Thank you!