I have two content types - "Blog" and "News". I am using a reference field to relate blog nodes to news nodes. Now, for the news landing page, I need a block view that displays "Related blogs" i.e. it lists blogs that are related to any news node.
The news landing page is a panel page with a main view that lists all news nodes. The "Related blogs" block will be placed below the main block.
Is there a way to achieve this "Related blogs" block using views?
I am using Drupal7 and I am free to use any module for the relations, apart from references.