Title: Co-Authors Plus
Author: Automattic
Published: <strong>2009 年 4 月 24 日</strong>
Last modified: 2026 年 4 月 29 日

---

搜索插件

![](https://ps.w.org/co-authors-plus/assets/banner-772x250.jpg?rev=2945095)

![](https://ps.w.org/co-authors-plus/assets/icon-256x256.png?rev=2945095)

# Co-Authors Plus

 作者：[Automattic](https://profiles.wordpress.org/automattic/)

[下载](https://downloads.wordpress.org/plugin/co-authors-plus.4.0.2.zip)

 * [详情](https://cn.wordpress.org/plugins/co-authors-plus/#description)
 * [评价](https://cn.wordpress.org/plugins/co-authors-plus/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/co-authors-plus/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/co-authors-plus/#developers)

 [支持](https://wordpress.org/support/plugin/co-authors-plus/)

## 描述

Assign multiple bylines to posts, pages, and custom post types via a search-as-you-
type input box. Co-authored posts appear on a co-author’s archive page and in their
feed. Co-authors may edit the posts they are associated with, and co-authors who
are contributors may only edit posts if they have not been published (as is core
behavior).

Add writers as bylines without creating WordPress user accounts. Simply [create a guest author profile](https://github.com/Automattic/Co-Authors-Plus/wiki/Creating-and-editing-guest-authors)
for the writer and assign the byline as you normally would.

On the frontend, use the [Co-Authors Plus template tags](https://github.com/Automattic/Co-Authors-Plus/wiki/Template-tags)
or the [block editor blocks](https://github.com/Automattic/Co-Authors-Plus/wiki/Blocks)
to list co-authors anywhere you’d normally list the author.

### Documentation

 * **Usage** — themer and site-owner guides live on the [GitHub Wiki](https://github.com/Automattic/Co-Authors-Plus/wiki):
   template tags, blocks, guest author management, and multisite.
 * **Developer reference** — lives in-repo under [`docs/`](https://cn.wordpress.org/plugins/co-authors-plus/./docs/?output_format=md)(
   not bundled in the distribution ZIP):
    - [Filters and actions](https://cn.wordpress.org/plugins/co-authors-plus/./docs/filters.md?output_format=md)
    - [REST API](https://cn.wordpress.org/plugins/co-authors-plus/./docs/rest-api.md?output_format=md)
    - [Upgrading to 4.0](https://cn.wordpress.org/plugins/co-authors-plus/./docs/upgrading-to-4.0.md?output_format=md)

Co-Authors Plus is an almost complete rewrite of the [Co-Authors](https://wordpress.org/plugins/co-authors/)
plugin originally developed by Weston Ruter (2007). The original plugin was inspired
by the ‘[Multiple Authors](https://txfx.net/2005/08/16/new-plugin-multiple-authors/)‘
plugin by Mark Jaquith (2005).

## 屏幕截图

[⌊Multiple authors can be added to a Post, Page, or Custom Post Type using an auto-
complete interface.⌉⌊Multiple authors can be added to a Post, Page, or Custom Post
Type using an auto-complete interface.⌉[

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.⌉⌊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.⌉[

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.

## 区块

该插件提供了 5 个区块.

 *   Co-Author Featured Image Uses your theme's image sizes to display a scalable
   avatar for a co-author with a guest author profile. Does not fallback to Gravatar
   images.
 *   Co-Author Avatar Displays a small scale version of a co-author's avatar. Utilizes
   fallbacks from Gravatar so everyone has an avatar.
 *   Co-Author Name Displays a co-author's display name and optionally links to 
   their author archive.
 *   Co-Author Biography Displays a co-author's biographical description.
 *   Co-Authors Displays the co-authors of a post by using blocks to create a template.
   Start with co-author name and add any other co-author blocks.

## 安装

 1. IMPORTANT: If you are using the original Co-Authors plugin, disable it before installing
    Co-Authors Plus.
 2. Extract the co-authors-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](https://github.com/Automattic/Co-Authors-Plus/wiki/Template-tags)
    in your template.
 5. Add co-authors to your posts and pages.

## 常见问题

### How do I add Co-Authors Plus support to my theme?

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](https://github.com/Automattic/Co-Authors-Plus/wiki/Template-tags)
before the bylines will appear.

### What happens to posts and pages when I delete a user assigned to a post or page as a co-author?

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.

### Can I use Co-Authors Plus with WordPress multisite?

Yes! You can [use Co-Authors Plus on WordPress multisite](https://github.com/Automattic/Co-Authors-Plus/wiki#wordpress-multisites).
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.

### Who needs permission to do what?

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.

### Can I easily create a list of all co-authors?

Yes! You can [create a list of all co-authors with a template tag](https://github.com/Automattic/Co-Authors-Plus/wiki/Template-tags#create-a-list-of-all-co-authors)`
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.

### Can I disable Guest Authors?

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’ )

## 评价

![](https://secure.gravatar.com/avatar/18124584e9f75736ee0fb3ac2b366a887db2b2e66ae8cc509cb556b4e6c6cf01?
s=60&d=retro&r=g)

### 󠀁[Great plugin – but support sucks](https://wordpress.org/support/topic/great-plugin-but-support-sucks/)󠁿

 [jroselarsen](https://profiles.wordpress.org/jroselarsen/) 2024 年 6 月 3 日

Would be a 5 star.But since reporting an error for more than a month ago, nothing
has happened.Have to keep previous version to avoid errors.(Not possible for co-
authors to edit posts without error)Would be sorry to find another plugin, since
this seems to be the best.BR Johnny

![](https://secure.gravatar.com/avatar/7f91ad8dd1e610fc3db8f8283771d5c800a06ebca36f09d9726e5484b3c0ee70?
s=60&d=retro&r=g)

### 󠀁[Several issues, little support](https://wordpress.org/support/topic/several-issues-little-support/)󠁿

 [audunmb](https://profiles.wordpress.org/audunmb/) 2024 年 5 月 8 日

The latest update with new blocks adds much functionality, but unfortunately the
plugin has some bugs and seems to be poorly supported. It’s a volunteer effort mostly,
and there doesn’t seem to be an active maintainer. Currently nearly all support 
questions in the forums are unanswered and lots of issues on GitHub are open as 
well. I wish there was an active maintainer. Still I prefer this plugin over the
alternatives which are a too bloated. With bug-fixes and active support this would
be great.

![](https://secure.gravatar.com/avatar/cbdcb04e0fe127cf19ba7ab122bd4f56e0bb447b4c661f7fc3a389474fc60457?
s=60&d=retro&r=g)

### 󠀁[Excelente plugin](https://wordpress.org/support/topic/excelente-plugin-1410/)󠁿

 [vytecolombia](https://profiles.wordpress.org/vytecolombia/) 2024 年 1 月 5 日

Simplemente si quieres agregar varios autores a una entrada o simplemente cambiarlos,
este plugin lo soluciona de una manera excelente, intuitiva y sin tanto complique.
Muchas gracias a los desarrolladores, me ha servido bastante. Los quiero mucho.

![](https://secure.gravatar.com/avatar/a9dd6aa9124f0ade97cbc5353e8d8aa1551acb417a9739751d67fd1231a50442?
s=60&d=retro&r=g)

### 󠀁[Perfect plugin, great support](https://wordpress.org/support/topic/perfect-plugin-great-support-14/)󠁿

 [IdeFixx](https://profiles.wordpress.org/idefixx/) 2023 年 9 月 30 日

Plugin also works with Twenty Twenty-Three theme with shortcodes, check “Shortcode
breaks HTML” in the Support section.

![](https://secure.gravatar.com/avatar/4687df636af62917047ca09265529af58af30ba0091d61d2fdbd76543768af5d?
s=60&d=retro&r=g)

### 󠀁[Not ready enough for usage](https://wordpress.org/support/topic/not-ready-enough-for-usage/)󠁿

 [ivan2343](https://profiles.wordpress.org/bogdan2/) 2023 年 8 月 3 日 1 回复

After removing this plugin all my posts were broken and I had to recover site from
a backup. Also the newly registered taxonomy here is not public, which leads to 
not being able to view other posts of a particular author. The plugin needs improvement.

![](https://secure.gravatar.com/avatar/7e8e8a61e8d5a9565f4670d653da4e8bf6eb964c371fd378e584a9111bb13733?
s=60&d=retro&r=g)

### 󠀁[Is it even a plug-in?](https://wordpress.org/support/topic/is-it-even-a-plug-in/)󠁿

 [ncaross](https://profiles.wordpress.org/ncaross/) 2022 年 11 月 29 日

Plug-ins are supposed to plug-in and work. This one requires you to be a web developer
to make it work. Even if you’re a bit familiar with adding code to places with good
instructions, this just has information for devs on how to install code – there’s
no list of instructions to follow. If this changes because there’s nothing else 
out there, I’ll come back and revise this review, but I’ve wasted way too long on
this now.

 [ 阅读所有77条评价 ](https://wordpress.org/support/plugin/co-authors-plus/reviews/)

## 贡献者及开发者

「Co-Authors Plus」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Automattic ](https://profiles.wordpress.org/automattic/)
 *   [ Mohammad Jangda ](https://profiles.wordpress.org/batmoo/)
 *   [ Daniel Bachhuber ](https://profiles.wordpress.org/danielbachhuber/)
 *   [ Gary Jones ](https://profiles.wordpress.org/garyj/)

「Co-Authors Plus」插件已被翻译至 18 种本地化语言。 感谢[所有译者](https://translate.wordpress.org/projects/wp-plugins/co-authors-plus/contributors)
为本插件所做的贡献。

[帮助将「Co-Authors Plus」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/co-authors-plus)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/co-authors-plus/)，查看
[SVN仓库](https://plugins.svn.wordpress.org/co-authors-plus/)，或通过[RSS](https://plugins.trac.wordpress.org/log/co-authors-plus/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/co-authors-plus/)。

## 更新日志

[View the change log](https://github.com/Automattic/co-authors-plus/blob/develop/CHANGELOG.md).

## 额外信息

 *  版本 **4.0.2**
 *  最后更新：**1 月前**
 *  活跃安装数量 **20,000+**
 *  WordPress 版本 ** 6.4 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [Danish](https://da.wordpress.org/plugins/co-authors-plus/) 、 [Dutch](https://nl.wordpress.org/plugins/co-authors-plus/)、
   [English (Canada)](https://en-ca.wordpress.org/plugins/co-authors-plus/) 、 [English (UK)](https://en-gb.wordpress.org/plugins/co-authors-plus/)、
   [English (US)](https://wordpress.org/plugins/co-authors-plus/) 、 [French (France)](https://fr.wordpress.org/plugins/co-authors-plus/)、
   [German](https://de.wordpress.org/plugins/co-authors-plus/) 、 [Icelandic](https://is.wordpress.org/plugins/co-authors-plus/)、
   [Italian](https://it.wordpress.org/plugins/co-authors-plus/) 、 [Norwegian (Bokmål)](https://nb.wordpress.org/plugins/co-authors-plus/)、
   [Persian](https://fa.wordpress.org/plugins/co-authors-plus/) 、 [Polish](https://pl.wordpress.org/plugins/co-authors-plus/)、
   [Portuguese (Brazil)](https://br.wordpress.org/plugins/co-authors-plus/) 、 [Portuguese (Portugal)](https://pt.wordpress.org/plugins/co-authors-plus/)、
   [Russian](https://ru.wordpress.org/plugins/co-authors-plus/) 、 [Spanish (Chile)](https://cl.wordpress.org/plugins/co-authors-plus/)、
   [Spanish (Spain)](https://es.wordpress.org/plugins/co-authors-plus/) 、 [Swedish](https://sv.wordpress.org/plugins/co-authors-plus/)
   和 [Vietnamese](https://vi.wordpress.org/plugins/co-authors-plus/).
 *  [翻译成简体中文](https://translate.wordpress.org/projects/wp-plugins/co-authors-plus)
 * 标签
 * [authors](https://cn.wordpress.org/plugins/tags/authors/)[co-authors](https://cn.wordpress.org/plugins/tags/co-authors/)
   [multi author](https://cn.wordpress.org/plugins/tags/multi-author/)[multiple authors](https://cn.wordpress.org/plugins/tags/multiple-authors/)
   [users](https://cn.wordpress.org/plugins/tags/users/)
 *  [高级视图](https://cn.wordpress.org/plugins/co-authors-plus/advanced/)

## 评级

 3.5 星（最高 5 星）。

 *  [  36 条 5 星评价     ](https://wordpress.org/support/plugin/co-authors-plus/reviews/?filter=5)
 *  [  8 条 4 星评价     ](https://wordpress.org/support/plugin/co-authors-plus/reviews/?filter=4)
 *  [  7 条 3 星评价     ](https://wordpress.org/support/plugin/co-authors-plus/reviews/?filter=3)
 *  [  8 条 2 星评价     ](https://wordpress.org/support/plugin/co-authors-plus/reviews/?filter=2)
 *  [  18 条 1 星评价     ](https://wordpress.org/support/plugin/co-authors-plus/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/co-authors-plus/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/co-authors-plus/reviews/)

## 贡献者

 *   [ Automattic ](https://profiles.wordpress.org/automattic/)
 *   [ Mohammad Jangda ](https://profiles.wordpress.org/batmoo/)
 *   [ Daniel Bachhuber ](https://profiles.wordpress.org/danielbachhuber/)
 *   [ Gary Jones ](https://profiles.wordpress.org/garyj/)

## 支持

最近两个月解决的问题：

     总计 12，已解决 5

 [查看支持论坛](https://wordpress.org/support/plugin/co-authors-plus/)