Hello!
I’m trying to use a custom taxonomy within my existing posts so that I can use that taxonomy to conditionally display sidebar widgets using Widget Logic.
I created a custom taxonomy using the Types Plugin where the name of the custom taxonomy is card (singular) / cards (plural). The term under this card taxonomy is card1, card2 etc.
I use the conditional logic is_tax('card', 'card1') in the widget
I can’t seem to get this widget to show as per the conditional logic.
Is there some additional steps I need to take to get this to work?