Replies: 0
hey,
perfect widget but i have problems with it:
i tried has_term and is_tax to display a widget on a specific taxonomie page.
my post type is “product”, my slug is “fruit” and my term is “apple”. i tried the following codes which doesnt work:
has_term( ‘europa-park’, ‘freizeitpark’ );
is_term( ‘freizeitpark’,’europa-park’ );
what is wrong?