• Excuse this possibly super simple question, but I’m totally stumped!

    Does this chunk of code go in my (index.php, page.php,single.php and author.php)?

    if ( function_exists( ‘coauthors_posts_links’ ) ) {
    coauthors_posts_links();
    } else {
    the_author_posts_link();
    }

    I assuming it should be wrapped in php tags in order for it to work.

    Additionally, is this the code I need to paste into my functions.php file?

    When I’ve done so I get a White Screen of Death.

    Lastly, I’m using a Child Theme of Twenty Twelve. Do you think that would make a difference? Please assist, I’m going bonkers with this plugin.

    https://wordpress.org/plugins/co-authors-plus/

  • The topic ‘Which Code goes in the "front end" and which goes in the "backend"?’ is closed to new replies.