Remove last comma. Simple quest. Please help
-
Hi all. I am a newbie to wordpress. I am trying to remove the last comma from this syntax:
<li data-tags=”<?php if($terms) { foreach ($terms as $term) { echo $term->name . ‘,’; } } ?>”>
This output something like:
<li data-tags=”Logo Design,Print Design,”>
And I don’t want the last comma.
A little help would be great.
Thank you.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Remove last comma. Simple quest. Please help’ is closed to new replies.