By allen074 on
alright -- i need some help please.
i have 2 categories - tag and company. When I post on my site, and put items in both categories, they come back as one big string like this:
tag 1, tag 2, company 1, tag 3 in alpha order.
I would like it like this:
Tags: tag 1, tag 2, tag 3
Company: company 1, company 2
Is this possible?
Thanks!
Comments
For D5 I'm using this
I found this one somewhere in these forums but didn't make note of who originally posted it. Under Drupal 5 it prints out a nicely formatted taxonomy just like you requested.
If you're using phptemplate engine, this part would go into the template.php file:
Within template files, such as node.tpl.php I then call it like this:
I then style the "item-taxo" class in a css file.
I found this snippet,
I found this snippet, duplicate of: http://drupal.org/node/106139#comment-1127485