I am using the following code to display the tags on my WordPress site,
<?php the_tags( $before, $sep, $after ); ?>
However it outputs
Tags: tag1, tag2 ....
I want to remove the ‘Tags’ lable that gets automatically put in front, as well REMOVE the link that is put on each tag (I want the word there but I don’t want it linking to anything.)
Just and paste it inside the loop: