Hi, I have a issue-based magazine. Each issue contains articles. Accrodingly, I have 2 post types, i.e., Issue and Article (usually 15 articles in each issue).I have also set up a relationship from issues_to_articles.
Now, I want to display in the single template of Issue, all related articles.
How do I possibly achieve it?