Works beautifully, except the tags are just text, not links (the way tags are usually clickable, each allowing you to filter the Book list upon clicking). How do I fix that?
My bad, I see that my example didn't show it. This is what I am after:
Code:
<ul>
<li><a href="...">Tag1</a></li>
<li><a href="...">Tag2</a></li>
<li><a href="...">Tag3</a></li>
</ul>
Will attempt to fix this myself in the meantime and if I do come up with a solution, I will be sure to post it here.
Thank you very much for your time!
EDIT: Unfortunately, no luck so far.
And I noticed something very important. A comma is assumed as the separator of values! So if I were to use an authors-like custom column (which I am; but simplified it for the example), where
& is the separator, it gets messy. (Because values are split at commas instead of &'s when generating/identifying list items.)
I am not sure if anything can be done about this anymore. Would be great if there's a solution though.