If you are running a multi author blog and want to add the co-authors in your WordPress posts, then keep your close attention in this tutorial as I am going to share how to add multiple authors to a WordPress post.
You can achive this by using the Co-Authors Plus WordPress plugin developed by Mohammad Jangda, Daniel Bachhuber, Automattic.
By using this plugin, you can add the multiple co-authors to a WordPress post. The co-authors can edit those posts for which they are associated.
Follow the below steps to install Co-Authors Plus WordPress plugin:
Step 1) Login to your admin panel and navigate to the Plugins=>Add New.
Step 2) Search “Co-Authors Plus” in search text area and click on Install Now button.
Step 3) After the installation, click on Activate button to enable the plugin features.
Step 4) Now replace the below code in your theme file. Find the the_author();
and replace with below code:
1 | if ( function_exists( ‘coauthors’ ) ) { coauthors(); } else { the_author(); } |
The co-authors can be added in any post and page or even in custom post type using an auto-complete feature. The authors will be listed as a suggestion while typing the author name, see the below screenshot.
If you like FreeWebMentor and you would like to contribute, you can write an article and mail your article to [email protected] Your article will appear on the FreeWebMentor main page and help other developers.
Article Tags: Co-Authors Plus, download wordpress plugins, WordPress Plugins, wordpress tutorial, wordpress tutorial for beginner, wordpress tutorial for beginners, wordpress tutorials, wordpress tutorials for beginners, wordpress tutorils