I have a channel that displays all students called students, which is laid out as like a profile and a channel called grades which unsurprisingly displays grades.
At the bottom of the students profile, I want to display their grades. I am having an issue of matching grades to students as i can’t seem to get them per username.
I want the grades to be displayed per student even if a user is logged in or not logged in.
I have already seen about embedding a channel inside another channel, and that works fine. The issue is all users grades are being displayed for every user.
I have tried the relationship field, but i cannot seem to get author_id to match up with anything from the students channel.
I am using the free version of EE.
Thanks.