Hi,
I'm using the amazing Co Authors Plus plugin.
On my site I list the authors with
<?php if(function_exists('coauthors_posts_links')) coauthors_posts_links(' • ',''); else the_author_posts_link(); ?>
When testing the theme on locale with lampp everything works like a charm and I get something like "author1 • author2 • author3".
But on the live version (with exactly the same coden lugin and wp version) there is no separator "author1 author2 author3"
I tried several other separators, like ", " but no chance.
Any idea? What could I do?
thank you so much
Fab