I am running the following tag:
<p class="tags">Tags: {exp:tag:tags entry_id="{entry_id}" type="weblog" backspace="1"}
<a href="{path="blog/tags/{websafe_tag}"}" title="{tag_name}">{tag}</a>,
{/exp:tag:tags} </p>
But I still have the trailing , every time.
If I do backspace=“20” it takes off the comma, but backspace=“10” would not.
backspace=“200” takes half the tags out. So i am not sure what number is a safe bet, I would have assumed 1 or 2 would be the answer, but for some reason it isn’t working as I would expect.
