Skip to content

Instantly share code, notes, and snippets.

Created May 24, 2012 10:52
Show Gist options
  • Select an option

  • Save anonymous/2780806 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/2780806 to your computer and use it in GitHub Desktop.
foreach ( get_the_terms( get_the_ID(), 'tribe_events_cat', '' ) as $term ) echo $term->name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment