• Hi Team,
    I would like to display multiple users on the single blog page. I could see the plug-in “Co-Authors Plus”. Could you please help me to integrate this plug-in feature into the theme. I have installed it, but can’t find the code for replacing the user section.

    Where should i replace this code:

    the_author_posts_link() will need to replace it with the following code snippet.
    if ( function_exists( ‘coauthors_posts_links’ ) ) {
    coauthors_posts_links();
    } else {
    the_author_posts_link();
    }

Viewing 1 replies (of 1 total)
  • Hi @shamjith,

    I notice that you had opened a ticket thru our Support Portal with the same query and our support agent had responded to your ticket. Please continue the conversation related to this issue using the ticket and mark the topic as Resolved.

    Have a nice day and stay safe!

    Kind regards,
    Herman ??

Viewing 1 replies (of 1 total)
  • The topic ‘Need multiple users for blog article’ is closed to new replies.