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


You need to login to view comments.