/ Published in: PHP
Returns an HTML string of taxonomy terms associated with a post and given taxonomy. Terms are linked to their respective term listing pages.\r\n\r\nThis is for when a custom taxonomy is registered for a custom post type.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
echo get_the_term_list( $id, $taxonomy, $before, $sep, $after ); // typically echo get_the_term_list( $post->ID, 'video_tag', 'Tags: ', ', ', '.' );
URL: http://codex.wordpress.org/Function_Reference/get_the_term_list