• Hi,
    I am trying to incorporate Co-Authors Plus plugin into ColorMag Free theme. I believe I have found the code snippet that needs to be modified in the inc/functions.php theme file:

    <span class="byline"><span class="author vcard"><i class="fa fa-user"></i><a class="url fn n" href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" title="<?php echo get_the_author(); ?>"><?php echo esc_html( get_the_author() ); ?></a></span></span>

    Can anyone tell me what code I need to include to incorporate Co-Authors Plus into this theme? If you are knowledgeable of the topic, could you tell me if there are other theme files I need to modify?

    The page I need help with: [log in to see the link]

  • The topic ‘Integrating Co-Authors Plus plugin with ColorMag Free theme’ is closed to new replies.