You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assign multiple bylines to posts, pages, and custom post types via a search-as-you-type input box
10
10
11
-
## Description
11
+
## Description
12
12
13
13
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).
14
14
@@ -18,7 +18,7 @@ On the frontend, use the [Co-Authors Plus template tags](http://vip.wordpress.co
18
18
19
19
This plugin is an almost complete rewrite of the Co-Authors plugin originally developed at [Shepherd Interactive](http://www.shepherd-interactive.com/) (2007). The original plugin was inspired by the 'Multiple Authors' plugin by Mark Jaquith (2005).
20
20
21
-
## Frequently Asked Questions
21
+
## Frequently Asked Questions
22
22
23
23
* How do I add Co-Authors Plus support to my theme?
24
24
@@ -28,17 +28,17 @@ If you've just installed Co-Authors Plus, you might notice that the bylines are
28
28
29
29
When a user is deleted from WordPress, they will be removed from all posts for which they are co-authors. If you chose to reassign their posts to another user, that user will be set as the coauthor instead.
30
30
31
-
* Can I use Co-Authors Plus with WordPress multisite?
31
+
* Can I use Co-Authors Plus with WordPress multisite?
32
32
33
33
Yep! 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.
34
34
35
-
* Who needs permission to do what?
35
+
* Who needs permission to do what?
36
36
37
37
To assign co-authors to posts, a WordPress user will need the `edit_others_posts` capability. This is typically granted to the Editor role, but can be altered with the `coauthors_plus_edit_authors` filter.
38
38
39
39
To create new guest author profiles, a WordPress will need the `list_users` capability. This is typically granted to the Administrator role, but can be altered with the `coauthors_guest_author_manage_cap` filter.
40
40
41
-
* Can I easily create a list of all co-authors?
41
+
* Can I easily create a list of all co-authors?
42
42
43
43
Yep! There's a template tag called `coauthors_wp_list_authors()` that accepts many of the same arguments as `wp_list_authors()`. Look in template-tags.php for more details.
0 commit comments