Ingredients:
- Drupal7 + References + Views module installed 2 content types:
magazine issue + magazine articles (for each issue) - Article c-type has a reference field: issue_no which displays the issue it belongs
- I made a Views to display me a plain list of issues only.
Requirements
1. When I click on the issue in the issue list I want to see all its references nodes(=articles) attached
2. I need to highlight the latest issue in the list by creating a separate page VIEW on the frontpage that contains articles of the latest view.
I would appreciate any help.