ControlledChaos
3/30/2015 - 10:00 AM

Get tags with links from multiple custom taxonomies

Get tags with links from multiple custom taxonomies

<?php

the_terms( $post->ID, array( 'tax_one', 'tax_two' ), 'Tagged: ', ' &bull; ');

?>

Get tags with links from multiple custom taxonomies

WordPress Snippet