Hello!
I’m currently working on a website where we want a looper within different taxonomies. I’ve come a long way but at the moment I’m stuck.
Different types of training are displayed on the website. Example, In the training category “programming” we have training A and training B. I have created a looper that allows us to display training A and B in a table. If one clicks on Training A they go to a detail page about this training. This works fine.
The problem is on the detail page for the training.
I would like to create a looper here in which we can list the different dates and locations in a table.
I made a layout for training detail page. When I set the looper in this there is no option to loop within the taxonomy currently displayed. I get to see the times and locations of all classes, or all times and locations of all classes within the “programming” category.
Is there an option for us to loop with the currently displayed training?
I was thinking in an array, something like this;
Posttype=training&TrainingType=programming&class=trainingA
Looking out for your response,
Thanks.