By simpelism on
Hi all
I've just setup my new drupal site and got the blog running. I have a question about the rendering of the categories for a blog post thought, it's rendered as a ul-list, is there a way to change this to a comma seperated list?
cheers!
/simpelipo
Comments
implode()
I just tried it out, and it works. It lists all taxonomy related to the viewing node.
Insert/replace the following into your blog.tpl.php
works for 5x
RE: http://drupal.org/node/53089
Hi! I'm on Drupal 6.2 and
Hi!
I'm on Drupal 6.2 and at least for me your solution didn't work. Thanks to your code I managed to create my own solution thought, here it is: