Replies: 0
We have been working with the Co-Authors Plus plugin and have found a way to get two authors displaying, but it involved us changing some of the plugins code, as soon as it comes to us patching the site this will get automatically reset. How do we get around this? The code we are led to use is:
if ( function_exists( ‘coauthors_posts_links’ ) ) {
coauthors_posts_links();
} else {
the_author_posts_link();
}
The file we need to change this in is – co-authors-plus.php
Without this code it only displays one author