how to add unique ID for each term ?
exemple :
transform
<a rel="tag" class="tagadelic level3" href="/category/content/music">music</a>
to
<a rel="tag" class="tagadelic level3 music" href="/category/content/music">music</a>
or
<a rel="tag" id="music" class="tagadelic level3 music" href="/category/content/music">music</a>
in fine, i want to create a vocabulary "by color" index and i need to have classes green, pink, red,...
by advance,
thank you
Comments
Comment #1
bohartput this code in template.php of your theme
and you get unique class for each term link
Comment #2
plsk commentedthank you very much
another question: how to apply this to faceted search ?
Comment #3
plsk commentedComment #4
Bèr Kessels commented