Did you see the formatting for the parameters of those template tags? The Codex pages explain it all, i.e.:
PHP Code:
<?php the_tags( $before, $separator, $after ); ?>
First '...' appears before the text, next is the separator text, and third '...' string appears after.

Originally Posted by
merderein
i didn't change the place of the code, just replaced the argument of the category-tag.
i tried that again and found a way: if i write just "(' · ')" instead of (your) "(' ',' · ')", it works just fine. but i still don't understand, why - to me "(' ',' · ')" seems like totally valuable code ..
Bookmarks