Skip to content

Instantly share code, notes, and snippets.

@ControlledChaos
Last active August 8, 2016 20:18
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 ControlledChaos/ae2c24cc3de73a82a113 to your computer and use it in GitHub Desktop.
Save ControlledChaos/ae2c24cc3de73a82a113 to your computer and use it in GitHub Desktop.
Get tags with links from multiple custom taxonomies

Get tags with links from multiple custom taxonomies

WordPress Snippet

<?php
the_terms( $post->ID, array( 'tax_one', 'tax_two' ), 'Tagged: ', ' &bull; ');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment