/ Published in: PHP
Call Taxonomy
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php echo get_the_term_list($post->ID, 'people', 'People: ', ', ', ''); ?>