Title: coauthors_posts_links() function
Last modified: February 24, 2021

---

# coauthors_posts_links() function

 *  Resolved [chaplin89](https://wordpress.org/support/users/chaplin89/)
 * (@chaplin89)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/coauthors_posts_links-function/)
 * Hello,
 * Thanks for the plugin.
 * I use in my child theme the coauthors_posts_links() function from the old co-
   authors plus plugin.
 * This was a mistake. But to my surprise, it didn’t lead to a PHP fatal error.
 * Can you confirm that we can still use this function with your plugin ?
 * Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Steve Burge](https://wordpress.org/support/users/stevejburge/)
 * (@stevejburge)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/coauthors_posts_links-function/#post-14096066)
 * Hi [@chaplin89](https://wordpress.org/support/users/chaplin89/)
 * Thanks for using PublishPress Authors.
 * I’m pretty sure that won’t work with our plugin. Details on the update code is
   here: [https://publishpress.com/knowledge-base/modify-theme-output-authors/](https://publishpress.com/knowledge-base/modify-theme-output-authors/)
 * The basic code is now <?php do_action( ‘pp_multiple_authors_show_author_box’ );?
   >
 *  Thread Starter [chaplin89](https://wordpress.org/support/users/chaplin89/)
 * (@chaplin89)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/coauthors_posts_links-function/#post-14100960)
 * Thanks for your answer.
 * I use :
    `do_action('pp_multiple_authors_show_author_box', false, 'inline');`
 * in my post, for example :
    [https://fr.campagnerosa.be/articles/15713-pologne-nouvelle-mobilisation-pour-le-droit-a-lavortement](https://fr.campagnerosa.be/articles/15713-pologne-nouvelle-mobilisation-pour-le-droit-a-lavortement)
 * And you can see :
    _Écrit par Laura P. (ROSA Bruxelles), Brune (ROSA Bruxelles)._
 * I would like to :
    – replace the comma with the word “and” – delete the space
   before the “.”
 * (as did the old function 🙂
    `coauthors_posts_links(', ',' et ', null, null, 
   false)`
 *  Plugin Author [andergmartins](https://wordpress.org/support/users/andergmartins/)
 * (@andergmartins)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/coauthors_posts_links-function/#post-14108408)
 * Hi [@chaplin89](https://wordpress.org/support/users/chaplin89/)
 * We added a compatibility layer for avoiding fatal errors, but you can use the
   following function instead:
 * `multiple_authors_posts_links(', ', ' and ', null, null, false);`
 * Sorry, this is not on the documentation because it is a legacy function, but 
   we are going to update the documentation.
 * Thanks
 *  Thread Starter [chaplin89](https://wordpress.org/support/users/chaplin89/)
 * (@chaplin89)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/coauthors_posts_links-function/#post-14109545)
 * Works perfect,
    thanks a lot.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘coauthors_posts_links() function’ is closed to new replies.

 * ![](https://ps.w.org/publishpress-authors/assets/icon-256x256.png?rev=3391318)
 * [Co-Authors, Multiple Authors and Guest Authors in an Author Box with PublishPress Authors](https://wordpress.org/plugins/publishpress-authors/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/publishpress-authors/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/publishpress-authors/)
 * [Active Topics](https://wordpress.org/support/plugin/publishpress-authors/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/publishpress-authors/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/publishpress-authors/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [chaplin89](https://wordpress.org/support/users/chaplin89/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/coauthors_posts_links-function/#post-14109545)
 * Status: resolved