[Plugin: Co-Authors Plus] Co Authors Plus Implementation
-
I want to show two author names with “by” in front. However, when I add the argument it doesn’t seem to work. I simply get two names with ‘and’ between them with no “by”.
Am I implementing the plugin correctly? Here is my code:
if(function_exists('coauthors')) { coauthors( array( 'before' => 'by')); } else { the_author(); }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: Co-Authors Plus] Co Authors Plus Implementation’ is closed to new replies.