I have a list of speakers and a list of talks they've done. For each speaker, I have a short bio and photo. For each talk, I have a title, date, mp3 version and pdf transcript.

I created a content type called "speaker", and the bio will be the body, and the photo will be an attachment. The url path would be "speaker/speaker_name". I also created a content type for "talks", and I have fields for date, text field for mp3 link, text field for pdf link, and a node reference field to point to the speaker. I temporarily have the url path as just "presentation/title_of_presentation"

I've been able to put in the content for the speakers and also the individual talks. Now, I'm stuck on how I'd be show the list of talks for each speaker on the speaker's page. I was thinking of using views, but I'm not sure how I'd do that. Actually, I'd want the list of talks to be on the speaker's page.

Any suggestions would be appreciated.

Comments

WorldFallz’s picture