A quick tip for Vantage modders that would like to output the Listing Tags in an unordered list for more output control.



<?php
echo '<ul class="tags">';
echo get_the_term_list( $post->ID,...