Widget Logic question
I cannot find the post at the moment but somebody kindly gave me the code is_tax ('listing_category', array ('fish')) which works fine to place an ad in a specific category. If I want to place the same ad in other categories I tried
is_tax ('listing_category', array ('fish'))
is_tax ('listing_category', array ('animals'))
is_tax ('listing_category', array ('birds'))
But that did not work. Help appreciated.
regards