I am working on Drupal 8. I have a to display content from a content type on different pages. I am trying to use Views to achieve this.
In the content type I added a field to refer to Pages so that I can create relation between content of content type and Pages (another content type). Basically its like tagging content with page name.
I want to display content from content type created on those pages tagged in the content. I am not able to achieve using views.
Any ideas how this can be done? I have tried contextual filter and relationship but none works.
Thanks