Hi, I am trying to use taxonomy so when content type PAGE is displayed, the block for content type GALLERY (created in views) that shares the taxonomy term as the page is displayed in a block region below the main content (page). How do I link up a page and a block using taxonomy?
What I have done is created a content type "Gallery". I create galleries by uploading photos with a common them, and label them with a taxonomy term.
I have content type "Page" that share the taxonomy term with the gallery content type.
So, if I create a page with the taxonomy Ice Cream => Vanilla, I want the Gallery node with the taxonomy term Ice Cream => Vanilla to be displayed in a block below the main page/content.
So far, I think I've done everything besides link the "page" to the "gallery" block via taxonomy.
I have created page content type
I have created gallery content type
I have created a view (block) for gallery type
I have placed that block in the desired block region
I have played around with the context module but am not sure if this is what I need.
Thank you!