Check if post type has term

if( has_term( 'jazz', 'genre' ) ) {
    // do something
}

http://codex.wordpress.org/Function_Reference/has_term

Leave a Comment