Co-Authors Plus

Co-Authors Plus

Assign multiple bylines to posts, pages, and custom post types with a search-as-you-type input box.

  • Frequently updated
    Very good! This plugin is actively maintained and the last update was released 9 days ago.
  • This plugin is tested with the last major release of WordPress
    Content for list item
  • Compatible with the latest major PHP release
    This plugin requieres PHP 7.4 or higher. The latest stable PHP 8.4.14 was released on 23 October 2025
  • No unfixed plugin vulnerabilities
    Content for list item

Ratings

77

Active installs

20K

Total Downloads

1 M

Support Threads

1

Last updated

20 October 2025

Added

24 April 2009

Versions

8.61%18.29%43.53%24.6%4.97%
  • Version 3.4
  • Version 3.5
  • Version 3.6
  • Version 3.7
  • Version other

Screenshots

Multiple authors can be added to a Post, Page, or Custom Post Type using an auto-complete interface.
Guest authors allow you to assign bylines without creating WordPress user accounts. You can also override existing WordPress account meta by mapping a guest author to a WordPress user.

About Co-Authors Plus

FAQ

If you’ve just installed Co-Authors Plus, you might notice that the bylines are being added in the backend but aren’t appearing on the front end. You’ll need to add the template tags to your theme before the bylines will appear.

When a user is deleted from WordPress, they will be removed from all posts for which they are co-authors. If you reassign their posts to another user, that user will be the co-author instead.

Yes! You can use Co-Authors Plus on WordPress multisite. Co-Authors Plus can be activated on a site-by-site basis or network-activated. If you create guest authors, however, those guest authors will exist on a site-by-site basis.

A WordPress user will need the edit_others_posts capability to assign co-authors to posts. This is typically granted to the Editor role but can be altered with the coauthors_plus_edit_authors filter.

A WordPress user will need the list_users capability to create new guest author profiles. This is typically granted to the Administrator role but can be altered with the coauthors_guest_author_manage_cap filter.

Yes! You can create a list of all co-authors with a template tag coauthors_wp_list_authors() template tag. This template tag accepts many of the same arguments as wp_list_authors(). Look in template-tags.php for more details.

Yes! You can disable guest authors entirely through a filter. Having the following line load on init will do the trick:
add_filter( ‘coauthors_guest_authors_enabled’, ‘__return_false’ )

When a user is deleted from WordPress, they will be removed from all posts for which they are co-authors. If you reassign their posts to another user, that user will be the co-author instead.

Yes! You can use Co-Authors Plus on WordPress multisite. Co-Authors Plus can be activated on a site-by-site basis or network-activated. If you create guest authors, however, those guest authors will exist on a site-by-site basis.

A WordPress user will need the edit_others_posts capability to assign co-authors to posts. This is typically granted to the Editor role but can be altered with the coauthors_plus_edit_authors filter.

A WordPress user will need the list_users capability to create new guest author profiles. This is typically granted to the Administrator role but can be altered with the coauthors_guest_author_manage_cap filter.

Yes! You can create a list of all co-authors with a template tag coauthors_wp_list_authors() template tag. This template tag accepts many of the same arguments as wp_list_authors(). Look in template-tags.php for more details.

Yes! You can disable guest authors entirely through a filter. Having the following line load on init will do the trick:
add_filter( ‘coauthors_guest_authors_enabled’, ‘__return_false’ )

Yes! You can use Co-Authors Plus on WordPress multisite. Co-Authors Plus can be activated on a site-by-site basis or network-activated. If you create guest authors, however, those guest authors will exist on a site-by-site basis.

A WordPress user will need the edit_others_posts capability to assign co-authors to posts. This is typically granted to the Editor role but can be altered with the coauthors_plus_edit_authors filter.

A WordPress user will need the list_users capability to create new guest author profiles. This is typically granted to the Administrator role but can be altered with the coauthors_guest_author_manage_cap filter.

Yes! You can create a list of all co-authors with a template tag coauthors_wp_list_authors() template tag. This template tag accepts many of the same arguments as wp_list_authors(). Look in template-tags.php for more details.

Yes! You can disable guest authors entirely through a filter. Having the following line load on init will do the trick:
add_filter( ‘coauthors_guest_authors_enabled’, ‘__return_false’ )

A WordPress user will need the edit_others_posts capability to assign co-authors to posts. This is typically granted to the Editor role but can be altered with the coauthors_plus_edit_authors filter.

A WordPress user will need the list_users capability to create new guest author profiles. This is typically granted to the Administrator role but can be altered with the coauthors_guest_author_manage_cap filter.

Yes! You can create a list of all co-authors with a template tag coauthors_wp_list_authors() template tag. This template tag accepts many of the same arguments as wp_list_authors(). Look in template-tags.php for more details.

Yes! You can disable guest authors entirely through a filter. Having the following line load on init will do the trick:
add_filter( ‘coauthors_guest_authors_enabled’, ‘__return_false’ )

Yes! You can create a list of all co-authors with a template tag coauthors_wp_list_authors() template tag. This template tag accepts many of the same arguments as wp_list_authors(). Look in template-tags.php for more details.

Yes! You can disable guest authors entirely through a filter. Having the following line load on init will do the trick:
add_filter( ‘coauthors_guest_authors_enabled’, ‘__return_false’ )

Yes! You can disable guest authors entirely through a filter. Having the following line load on init will do the trick:
add_filter( ‘coauthors_guest_authors_enabled’, ‘__return_false’ )

Changelog

View the change log.

How to install Co-Authors Plus

  1. IMPORTANT: If you are using the original Co-Authors plugin, disable it before installing Co-Authors Plus.
  2. Extract the coauthors-plus.zip file and upload its contents to the /wp-content/plugins/ directory. Alternately, you can install directly from the Plugin directory within your WordPress Install.
  3. Activate the plugin through the “Plugins” menu in WordPress.
  4. Place co-authors template tags in your template.
  5. Add co-authors to your posts and pages.