Title: Co-Authors Plus
Author: Automattic
Published: <strong>24 de abril de 2009</strong>
Last modified: 20 de octubre de 2025

---

Buscar plugins

![](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

 Por [Automattic](https://profiles.wordpress.org/automattic/)

[Descargar](https://downloads.wordpress.org/plugin/co-authors-plus.3.7.0.zip)

 * [Detalles](https://es.wordpress.org/plugins/co-authors-plus/#description)
 * [Valoraciones](https://es.wordpress.org/plugins/co-authors-plus/#reviews)
 *  [Instalación](https://es.wordpress.org/plugins/co-authors-plus/#installation)
 * [Desarrollo](https://es.wordpress.org/plugins/co-authors-plus/#developers)

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

## Descripción

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)
to list co-authors anywhere you’d normally list the author.

**For more detailed documentation refer to [the GitHub Wiki for this plugin](https://github.com/Automattic/Co-Authors-Plus/wiki).**

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

## Capturas

 * [[
 * 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.

## Bloques

Este plugin proporciona 5 bloques.

 *   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.

## Instalación

 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](https://github.com/Automattic/Co-Authors-Plus/wiki/Template-tags)
    in your template.
 5. Add co-authors to your posts and pages.

## FAQ

### 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.

### ¿Puedo utilizar Co-Authors Plus con WordPress multisitio?

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.

### ¿Qué permisos necesita para hacer qué?

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.

### ¿Puedo crear fácilmente una lista de todos los coautores?

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

## Reseñas

![](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/) 3 de junio de 2024

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/) 8 de mayo de 2024

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/) 5 de enero de 2024

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/) 30 de septiembre de 2023

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/) 3 de agosto de 2023 1 respuesta

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/) 29 de noviembre de 2022

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.

 [ Leer todas las 77 reseñas ](https://wordpress.org/support/plugin/co-authors-plus/reviews/)

## Colaboradores y desarrolladores

«Co-Authors Plus» es un software de código abierto. Las siguientes personas han 
colaborado con este plugin.

Colaboradores

 *   [ 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» está traducido en 18 idiomas. Gracias a [los traductores](https://translate.wordpress.org/projects/wp-plugins/co-authors-plus/contributors)
por sus contribuciones.

[Traduce «Co-Authors Plus» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/co-authors-plus)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/co-authors-plus/) ,
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/co-authors-plus/)
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/co-authors-plus/)
por [RSS](https://plugins.trac.wordpress.org/log/co-authors-plus/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

[View the change log](https://github.com/Automattic/Co-Authors-Plus/blob/master/CHANGELOG.md).

## Meta

 *  Versión **3.7.0**
 *  Última actualización **hace 6 meses**
 *  Instalaciones activas **20.000+**
 *  Versión de WordPress ** 5.9 o superior **
 *  Probado hasta **6.8.5**
 *  Versión de PHP ** 7.4 o superior **
 *  Idiomas
 * [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/)
   y [Vietnamese](https://vi.wordpress.org/plugins/co-authors-plus/).
 *  [Traducir a tu idioma](https://translate.wordpress.org/projects/wp-plugins/co-authors-plus)
 * Etiquetas:
 * [authors](https://es.wordpress.org/plugins/tags/authors/)[co-authors](https://es.wordpress.org/plugins/tags/co-authors/)
   [multi author](https://es.wordpress.org/plugins/tags/multi-author/)[multiple authors](https://es.wordpress.org/plugins/tags/multiple-authors/)
   [users](https://es.wordpress.org/plugins/tags/users/)
 *  [Vista avanzada](https://es.wordpress.org/plugins/co-authors-plus/advanced/)

## Valoraciones

 3.5 de 5 estrellas.

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

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

[Ver todas las valoraciones](https://wordpress.org/support/plugin/co-authors-plus/reviews/)

## Colaboradores

 *   [ 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/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/co-authors-plus/)