I am running a sports team site and I am wondering if this is possible or if I am doing it incorrectly.
In an ideal world, I am trying to set up a system where I have a CPT “Countries” with fields for country information (name, flag, short name, etc) which is connected through a relationship to another CPT “Matches” where I’ll keep track of game info (scores, game times), and (ideally) connected to a CPT “Events” with tournament information. That way I can just select the Country in the relationship field for matches and not have to keep uploading flag images and country information every single time.
When creating a query loop to display a schedule and results with data from “Matches,” the dynamic data from “Countries” is not appearing, so scores will show, but the country flag, for example, says no data found.
Can this be achieved using AFCF and Bricks? Am I doing this completely wrong?