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

wbobeirne’s picture

This 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.

kim.le’s picture

Thank you so much!

wbobeirne’s picture

Status: Active » Closed (works as designed)
jantoine’s picture