Multiple authors?
Hi,
Been using Co-Authors Plus for my site - and had quite a hassle making my old theme show and link the right authors. But I fail to see where to adjust in the Clean Journal Theme?
Found this in inc/clean-journal-core.php:
if ( is_singular() || is_multi_author() ) {
printf( '<span class="byline"><span class="author vcard">%1$s%3$s</span></span>',
sprintf( _x( '<span class="screen-reader-text">Author</span>', 'Used before post author name.', 'clean-journal-pro' ) ),
esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
esc_html( get_the_author() )
Is this the right place to - somehow - adjust to Co-Authors Plus? Or does the if_singular/if_multi_author mean I need anther author plugin?
Thankfull for any help!
Peter