Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.25 KB

File metadata and controls

29 lines (17 loc) · 1.25 KB

rtcamp_wordpress_assi2b

  • This is a wordpress plugin.
  • No dependencies.

Introduction:

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.

Checkbox

You can choose to show multiple authors in your post on the front-end by checking this checkbox. Checkbox

The Co-Authors will be shown in the post if the above checkbox is selected, like below.

Checkbox

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