Display a list of speakers and the sessions they are presenting at a conference. Most speakers have only one session, but one speaker has two sessions - I can't figure out how to display BOTH sessions for this speaker.
I went to look at your site to see if I could look at how you have this set up, but I can't tell what site I'm supposed to be looking at.
The credentials are for your site network, and if I look at the site I think it is (facp) then there is no such page as /speakers/ (although I can visit hidden link on the front end.
I expected to find a one-to-many relationship between speakers and sessions, and to display a list of speakers and their sessions I would expect to find a master View that displayed speakers, and in the output section a nested View which displayed sessions (with a Query Filter to limit the sessions to those of the current speaker, i.e. the current post in the loop of the parent View).
If you can point me in the right direction in the back end I can take a look.