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

    Hi Enfold team!

    I’m trying to get Co-Authors plugin to work on my site. I followed the instructions outlined below on both tutorials

    http://www.wpbeginner.com/plugins/allow-multiple-authors-to-be-associated-with-a-post-in-wordpress/

    WordPress.com VIP

    I am using Enfold child theme and added author.php and loop-author.php to the child theme folder. It is unfortunately not working.

    I am trying to get in touch with Co-Author’s developers to see what is going on but I haven’t received any response from them yet.

    Also, I wanted to know if I did the process correctly or if there is anything else I can do within Enfold to make this work? Do you think I need to add the template tags to the functions.php file as well?

    Here’s what Co-Authors documentation says:

    For example, here’s how you would update the_author_posts_link() to instead use coauthors_posts_links():

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

    However, the example above is a relatively simplistic way of presenting bylines. There’s a good chance your theme will need an adaptation of it.

    Thank you!

    • This topic was modified 6 years, 9 months ago by Archie.
    #901684

    Hey hackoffseries,

    Can you explain us what should it be done, I mean what you want to do with the links, where are visible etc, so we can be actually able to help you please?

    Best regards,
    Basilis

    #904970

    Hi Basilis!

    Thank you so much for your response. Kindly disregard this support ticket and mark it as resolved. :)

    #905742

    Hi,

    Thank you very much!

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Co-Authors compatibility with Enfold’ is closed to new replies.