By Eli Baskin on
Hi,
I have a content type called 'blog' (this is not the standard Drupal blog content type).
In addition, I have a content type called 'blog-article' which is referencing a 'blog'.
When I am displaying the content of type 'blog', I'd like to display all content types 'blog-article' that are referencing it on that page.
How can I do it using Views?
Is there other solution?
Comments
Yep you can do this with
Yep you can do this with views.... Either with a block display or with the eva module.