• I’m running a child theme and want to add this plugin. I need help figuring out what to add to the child theme functions file to get this to work. Here is the code that is generating the author name and link on the front end of the site:

    <span class="post-meta-author"><?php _e( 'Posted by: ' , 'tie' ); ?> <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) )?>" title="<?php sprintf( esc_attr__( 'View all posts by %s', 'tie' ), get_the_author() ) ?>"><?php echo get_the_author() ?> </a></span>

    I’ve read through all the documentation and I’m not getting the functions code right. Any help is appreciated!

    https://www.ads-software.com/plugins/co-authors-plus/

  • The topic ‘Help integrating this into a child theme functions file’ is closed to new replies.