I tried both: is_taxonomy('black') and taxonomy_exists('black') but got no results for a site I am working on. Is there a way to display a widget on posts that belong to a certain taxonomy?
I tried both: is_taxonomy('black') and taxonomy_exists('black') but got no results for a site I am working on. Is there a way to display a widget on posts that belong to a certain taxonomy?
Yeah, see bluebird2's reply in the other thread. taxonomy_exists() doesn't do quite what you are thinking - it will either be true or false all the time, regardless of page displayed
This topic has been closed to new replies.