I need to output a list of blog authors as a comma delimited list...
eg. "Bob, John, Mary, Jane"
Problem is... how can I use the list_authors() tag without it printing tags around each value?
I can't find anything in the documentation about customising the before/after markup of this tag.
Sorry to rant, but this problem is yet another example of a huge problem I have with WordPress in general.. the arbitrary markup that it produces. Even if I could get this output as a PHP array I could format it exactly as I want to. Anyone worked out a way to 'catch' the output of tags like this so their output can be controlled more easily? This would be an absolute snap to do with MT.