Call Taxonomy anywhere on a template


/ Published in: PHP
Save to your folder(s)

Call Taxonomy


Copy this code and paste it in your HTML
  1. <?php echo get_the_term_list($post->ID, 'people', 'People: ', ', ', ''); ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.