if ( is_singular() ) : echo get_the_tag_list( '<ul class="lista-tags">TAGS: <li>', '</li><li>', '</li></ul>', get_queried_object_id() ); endif;