LeoLopesWeb
9/4/2019 - 12:07 PM

tags links post wordpress

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