Generate a HTML string of the tags associated with the current post
<?php
echo get_the_tag_list('<p>Tags: ',', ','</p>');
?>
Added to WordPress by Andy Lobban
<?php
echo get_the_tag_list('<p>Tags: ',', ','</p>');
?>
Added to WordPress by Andy Lobban