Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #728943

    Dears

    I am trying o add a co-author to an article but I couldn’t find the template tags which requested by the plugin documentation
    here is the pluging page ;
    Enterprise WordPress Support, Training, Scaling and Hosting Services

    here is my website

    #729020

    Hey ianazi,

    Please firstly start using a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ otherwise you are going to need to apply these changes each time you update the theme.

    Then, copy enfold/author.php file and enfold/includes/loop-author.php file to your child theme and then edit loop-author.php file and find

    the_author_posts_link();

    and change it to

    if ( function_exists( 'coauthors_posts_links' ) ) {
        coauthors_posts_links();
    } else {
        the_author_posts_link();
    }

    Best regards,
    Yigit

    #731545

    I did it but still nothing appear !?
    you can check it here, I have put the login details

    #733158

    Hi,

    Please contact plugin authors for further assistance. According to their documentation, the solution i posted above should have worked.

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.