Browser: Chrome
OS:Windows
URL: Link
I have set up various custom post types:
- Trainer
- Halle
- Training
Each training has training times. For each training time a trainer and a “halle” is associated.
The trainer for the training can differ depending on the timeslot.
In order to set up the relationship I used ACF repeater fields with the following data:
- Day of the week
- Time
- Trainer (relationship to CPT → Trainer)
- Halle (relationship to CPT → Halle)
When I try to display the data in the frontend it does not work.
I only get the:
- Day of the week
- Time
but not the trainer nor the “halle”.
I set it up like this:
A container with query loop “ACF Repeater” (1), within the container the “day of the week” and “time” as acf fields, and a query loop with “ACF Relation” (2) for the trainer and another one for “halle” (3).
However, this doesn’t seem to work.