Hi...
In the loop, I have a "Filed Under <?php the_category(', '); ?>"
But that produce output also for the PAGES...
Also, that function displays an output itself and do not returns a string to concatenate with other text.
Someone have an example that succesfully exludes ONLY pages? (for example a template that displays POSTS in it's code for me must show the "filed into" string).
Also, how I do I work with that functions that shows strings instead of giving them to me?