- This topic has 1 reply, 2 voices, and was last updated 3 years, 10 months ago by Skandha.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
December 28, 2020 at 9:37 am #269162Peter StrömParticipant
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!
PeterDecember 28, 2020 at 9:50 pm #269196 -
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Multiple authors?’ is closed to new replies.