Skip to content

Instantly share code, notes, and snippets.

@rachelbaker
Created October 14, 2011 20:10
Show Gist options
  • Save rachelbaker/1288179 to your computer and use it in GitHub Desktop.
Save rachelbaker/1288179 to your computer and use it in GitHub Desktop.
Display WordPress Custom Taxonomy in Template without Link
<strong>Industry:</strong><?php $pc_industry = wp_get_post_terms( $post->ID,'industry', $args ) ; print($pc_industry[0]->name);?><br />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment