Hi,
I'm trying to show/hide content based on a term via Meta Box Views. I hope you can help with this.
I wish to show content only if custom Taxonomy 'internal-tag' contains term 'allitems'.
Current code:
{% if term.internal-tag contains allitems %}
{% else %}
<div class="block-related">
<h4>Show this text</h4>
</div>
{% endif %}
Thank you for taking a look.
Regards,
Rod