- This is a wordpress plugin.
- No dependencies.
Any type of post present in get_post_types() function can add multiple CO-AUTHORS from the list of all the users available in get_users() function. The multiple CO-AUTHORS will be shown in the post list under Co-Authors list.
You can choose to show multiple authors in your post on the front-end by checking this checkbox.
The Co-Authors will be shown in the post if the above checkbox is selected, like below.
Adds a metabox to every type of post available in get_post_types() function. The Metabox contains checkboxes with All the available users in get_users() function.
Also contains some extra features like searching an author. Searching can be performed based on EMAIL ID or NAME or USERNAME
The posts in which an author is selected as a contributor will be shown on the author's archieve page as a contributor post.