Skip to content

Instantly share code, notes, and snippets.

@caratage
Created April 21, 2013 10:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caratage/5429205 to your computer and use it in GitHub Desktop.
Save caratage/5429205 to your computer and use it in GitHub Desktop.
Custom Taxonomy - Conditional Tag
if (is_object_in_term( $post->ID, 'taxonomy-slug' )) {
// do something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment