Return to Snippet

Revision: 44876
at April 20, 2011 00:57 by zealmurapa


Initial Code
<?php $terms_as_text = get_the_term_list( $post->ID,'people', 'People: ', ', '); if (!empty($terms_as_text)) echo '<p>', strip_tags($terms_as_text) ,'</p>'; ?>

Initial URL


Initial Description
Call Taxonomy anywhere on a template (without link)

Initial Title
Call Taxonomy anywhere on a template (without link)

Initial Tags
link, template

Initial Language
PHP