Hey everyone,
For the Website I am currently building, I need a really complex query loop:
You can look at what I have so far here.
First, there is a parent Loop, which is already built. The parent (inside the nestable tabs element) Loops through the children of a Post of the custom post type “disziplinen”. The Title of the Parent post is “Kartslalom”, and it has 3 children.
Inside the tabs I need another Loop to show events related to that child. To do this, I want to loop through all Posts of the post type “Termin” that have the disziplin subpost of the parent loop assigned via an ACF relation field.
I tried using a Meta Query using the Meta key , a meta value of {post-id} and compare LIKE, but it doesn´t display anything.
Does anyone here know how I could do that?