Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Co-Authors Plus with Avada theme

$
0
0

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


Viewing all articles
Browse latest Browse all 59525

Trending Articles