How can I call the_tags as a list without hyperlinks?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|||||
|
|
It shows the tags of your post. If you use "get_tags()" you will list all tags of wordpress.
You should check the get_the_tags() if "is_array()" or you'll get error case the_post() doesn't have a tag . |
||||
|
|