I originally posted this on the WordPress stack but apparently it was off-topic (???) and it was suggested I ask it here, so here’s the original question:
“I’m trying to add the Co-authors Plus plugin to the theme Oldpaper.
However, I’ve followed the documentation and it simply isn’t displaying multiple authors.
As per the instructions here, the code I’ve added to single.php:
if ( function_exists
( 'coauthors_posts_links' ) ) {
coauthors_posts_links();
} else {
the_author_posts_link();
}
However, posts are still displaying only one author. Single.php is the only place where the_author() is used, so it must be the right place to add the code.
Any suggestions would be greatly appreciated.”
Subsequently, I noticed that the files of the plugin are apparently inactive, according to the WordPress editor. I’m not sure I believe this because all the backend works, it’s just the front end which isn’t working.
If you look further into the instructions…