Co-Authors Plus

Описание

Назначайте сразу несколько авторов к записям, страницам и произвольным типам записей с помощью удобной формы. Записи с соавторами появляются в архиве соавторов. Соавторы могут редактировать записи, с которыми они связаны, а соавторы, являющиеся участниками, могут редактировать записи только в том случае, если они не были опубликованы (по умолчанию).

Доблавяйте авторов без создания системных WordPress пользователей. Просто создайте гостевого автора и свяжите его с любой записью на сайте.

Используйте функции шаблона плагина, чтобы отобразить список авторов где угодно в теме.

For more detailed documentation refer to the GitHub Wiki for this plugin.

Co-Authors Plus is an almost complete rewrite of the Co-Authors plugin originally developed by Weston Ruter (2007). The original plugin was inspired by the ‘Multiple Authors‘ plugin by Mark Jaquith (2005).

Скриншоты

  • Сразу несколько авторов можно добавить к записи, странице или произвольному типу записей с помощью интерфейса автозаполнения.
  • Гостевые авторы позволяют не создавать системных пользователей WordPress. Вы можете перезаписать мета-информацию существующих пользователей WordPress, связав их с гостевыми автороми.

Блоки

Этот плагин предоставляет 5 блоков.

  • 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 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 Biography Displays a co-author's biographical description.
  • Co-Author Name Displays a co-author's display name and optionally links to their author archive.
  • 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. Разархвириуйте файл coauthors-plus.zip и загрузите его содержимое в каталог /wp-content/plugins/. Вы также можете установить плагин напрямую из каталога WordPress.
  3. Активируйте плагин используя меню ‘Плагины’ в WordPress
  4. Place co-authors template tags in your template.
  5. Добавьте соавторов к вашим записям и страницам.

Часто задаваемые вопросы

Как я могу добавить плагин Co-Authors Plus в свою тему?

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.

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.

Могу ли я использовать плагин Co-Authors Plus на мультисайтовой установке?

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

Отзывы

03.06.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
08.05.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.
05.01.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.
03.08.2023 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.
29.11.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.
Посмотреть все 77 отзывов

Участники и разработчики

«Co-Authors Plus» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

«Co-Authors Plus» переведён на 17 языков. Благодарим переводчиков за их работу.

Перевести «Co-Authors Plus» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.