Hi,
Hi want to add some own css class in taxonomy terms links (depending on vocabulary), and change links order (depending on vocabularies too).
"How?" is the question!
- link_alter hook doesn't seem to be the right place because I don't find any param to add css class, and it doesn't play with links order. - it's possible to modify $terms html string in the preprocess_node function (in template.php), but it's doesn't sound like a clean way...
I'll apreciate any clue ;-)