Using <?php wp_tag_cloud(''); ?> to display tags on my website, how do I separate each tag with a comma but also remove the comma from the last tag?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
|||
|
|
|
According to the Wordpress Codex on tag clouds, you need to specify a comma as the "separator" argument.
|
|||||
|
|
|||
|
|