I have an advertising ad block that I want to be shown in the sidebar for the entire site except for the article node type. I know from reading that I can exclude using path but how do you exclude for just a node type?
I have an advertising ad block that I want to be shown in the sidebar for the entire site except for the article node type. I know from reading that I can exclude using path but how do you exclude for just a node type?
Comments
Comment #1
wbobeirne commentedThis can be done pretty easily with 2 contexts. Make 1 context that is sitewide, and has a context condition. That context condition would be ~context2. Context2 would have a context condition of node type article.
Let me know if you don't understand what I meant, and I'll try to explain it better.
Comment #2
kim.le commentedThank you so much!
Comment #3
wbobeirne commentedComment #4
jantoine commented