Skip to content

Instantly share code, notes, and snippets.

@alandbh
Last active April 21, 2017 00:53
Show Gist options
  • Save alandbh/9f1a957ae04d4551ff3272d67a015c34 to your computer and use it in GitHub Desktop.
Save alandbh/9f1a957ae04d4551ff3272d67a015c34 to your computer and use it in GitHub Desktop.
If has term. Verifica se o post atual (dentro do loop) possui uma taxonomia associada.
if( has_term( 'jazz', 'genre' ) ) {
// do something
}
// ou
has_term( $term, $taxonomy, $post );
//https://codex.wordpress.org/Function_Reference/has_term
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment