I’m building a sports facility listing which needs to be a separate list of sports and repeat each instance of where a particular sport can be done. The ultimate goal is to list all results and then filter the results by selecting sport and area using JavaScript.
I’ve got a channel called clubs and all the sports are categories. A club can have multiple sports…
At the moment I have this output:
XXX Lads & Girls Club
Badminton, Boxing, Football
XXX United Harriers AC
Athletics
But I’m hoping to achieve this output:
Athletics - XXX United Harriers AC
Badminton - XXX Lads & Girls Club
Boxing - XXX Lads & Girls Club
Football - XXX Lads & Girls Club
I’ve tried using http://gwcode.com/add-ons/gwcode-categories/ with no luck other than outputting the fist example of code.
A prod in the right direction or even a solution would be much appreciated.
Thanks