Hello, im looking to add a guest author using Co-Authors Plus plugin. It says I need to add this code to either single.php, content.php, or a template tag in your theme’s [functions.php]
Could you tell me where?
The site is tuprensalocal.com
if ( function_exists( 'coauthors_posts_links' ) ) {
coauthors_posts_links();
} else {
the_author_posts_link();
}