I would like to show a list of tags on a post but without a link on the tag. Right now I use:
<?php the_tags( '<li>', ', ', '</li>'); ?>
How do I strip the link from the tag?
I would like to show a list of tags on a post but without a link on the tag. Right now I use:
<?php the_tags( '<li>', ', ', '</li>'); ?>
How do I strip the link from the tag?
You must be logged in to post a comment.
From the WordPress Codex: