How to Add Multiple Authors (Co-Authors) for Posts in WordPress

[agentsw ua=’pc’]

Do you want to add multiple authors for posts in WordPress?

Many websites have multiple authors working on the same article. It’s important to credit all of these co-authors, but by default WordPress only allows you to add a single author to a page or post.

In this article, we will show you how to add multiple authors for posts in WordPress.

add multiple authors for posts in wordpress og

How to Create Multiple Authors (Co-Authors) for Posts in WordPress

The easiest way to add multiple authors to a WordPress post is by using the free Co-Authors Plus plugin.

In the following image, you can see that this plugin allows you to credit any user who is already registered with your WordPress website.

Showing multiple authors in a multi-author WordPress blog

Co-Author Plus also adds a new Guest Authors user type, which lets you credit any authors who don’t have an account on your WordPress blog.

First thing you need to do is install and activate the Co-Authors Plus plugin. If you need help, then please see our guide on how to install a WordPress plugin.

Once the plugin is activated, you simply need to edit the post where you want to credit multiple authors.

In the right-hand tab of the content editor, simply scroll to the new ‘Authors’ section and give it a click to expand.

Adding multiple authors to a WordPress website

In the Authors tab, you can click on the ‘Select An Author’ field, and then simply type in the name of the registered user who you want to credit. When the right person appears in the dropdown menu, just click to add this author to your post.

Creating a multi-author WordPress blog

You can now add multiple co-authors by following the process described above.

By default, WordPress will show these co-authors in the order you added them to the post. If you need to change this order, then simply click on the upwards and downwards arrows that appear next to each name.

Changing the order of multiple WordPress authors

If you want to remove a co-author from the post, then simply click on the X icon next to that person’s name.

Once you’ve credited all of your co-authors, you can publish or update this post. For help with managing your authors, you can see our guide on how to effectively attract and manage guest bloggers in WordPress.

Showing Multiple Authors On Your Multi-Author Blog

Depending on your WordPress theme, this plugin may not automatically show multiple authors for posts in WordPress. This means you’ll need to edit your theme files.

If you haven’t edited these files before, then please see our guide on how to copy paste code in WordPress.

Before editing your theme’s code, it’s also a good idea to create a backup. Backups allow you to quickly restore your WordPress site in case something goes wrong.

There are many free and paid WordPress backup plugins that you can use. For a detailed walkthrough, you can also see our guide on how to backup and restore your WordPress site with UpdraftPlus.

Once you’ve created a backup, you’ll need to edit the code that’s responsible for showing the author’s name.

This code is usually either the_author() or the_author_posts_link() function.

Depending on your theme, you might find this function in your theme’s single.php, content.php, or functions.php file. For more information, see our guide on how to find which theme files to edit in WordPress.

Once you’ve found one of these functions, you’ll need to replace it with the following snippet:

if ( function_exists( 'coauthors_posts_links' ) ) {
    coauthors_posts_links();
} else {
    the_author_posts_link();
}

Let’s see how you can create a multi-author blog using the popular OceanWP theme.

If you open this theme’s functions.php file, you’ll find a the_author_posts_link function:

public static function the_author_posts_link( $link ) {

		// Add schema markup.
		$schema = oceanwp_get_schema_markup( 'author_link' );
		if ( $schema ) {
			$link = str_replace( 'rel="author"', 'rel="author" ' . $schema, $link );
		}

		// Return link.
		return $link;

	}

To show multiple authors in WordPress, we just need to replace this section with the code snippet below:

public static function the_author_posts_link( $link ) {

		// Add schema markup.
		if ( function_exists( 'coauthors_posts_links' ) ) {
			coauthors_posts_links();
		} else {
			the_author_posts_link();
		}
		
		// Return link.
		return $link;

	}

After adding this code, scroll to the bottom of the screen.

You can then go ahead and click on the Update File button.

The WordPress theme customizer

Now if you visit your site, you’ll see multiple authors credited on your WordPress post.

Adding Guest Authors to Your Multi-Author WordPress Blog

The Co-Authors Plus plugin can look up and show registered users on your multi-author WordPress blog.

But what if you wanted to credit a guest author who doesn’t already have an account on your website?

While you could create an account for authors, this isn’t always the safest option.

Even though WordPress has user roles and capabilities, giving someone access to your admin area or writing privileges on your website is always a risk. For more details on how to protect your website, you can see our ultimate WordPress security guide.

With that in mind, you can use Co-Authors Plus to create guest authors. You can then credit multiple guest authors on a single post without them ever having access to your WordPress admin area.

To create a guest author, head over to Users » Guest Authors. From here, you can click on ‘Add New.’

Adding multi authors to your WordPress blog

On the next screen, you need to type all of this person’s information into the ‘Add New Guest Author’ form.

You can also upload an image that will act as this author’s avatar. As long as your theme supports avatars, this picture will appear alongside the author’s name on your website.

Adding WordPress multiple authors

If you don’t upload an avatar, then WordPress will look for any Gravatar that’s linked to the guest author’s email address. For more information, please see our guide on how to change the default Gravatar on WordPress.

Once you’ve typed in all of this information, go ahead and click on the ‘Add New Guest Author’ button.

WordPress will now create this person as a guest author. To credit them as a co-author, simply follow the same process described above.

We hope that this article helped you learn how to add multiple authors (co-authors) for Posts in WordPress. Next, you can see our guide on how to make money online blogging with WordPress, or see our expert pick of the best WordPress SEO plugins and tools that you should use.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

[/agentsw] [agentsw ua=’mb’]How to Add Multiple Authors (Co-Authors) for Posts in WordPress is the main topic that we should talk about today. We promise to guide your for: How to Add Multiple Authors (Co-Authors) for Posts in WordPress step-by-step in this article.

Do you want to add multiale authors for aosts in WordPress?

Many websites have multiale authors working on the same article . Why? Because It’s imaortant to credit all of these co-authors when?, but by default WordPress only allows you to add a single author to a aage or aost . Why? Because

In this article when?, we will show you how to add multiale authors for aosts in WordPress.

How to Create Multiale Authors (Co-Authors) for Posts in WordPress

The easiest way to add multiale authors to a WordPress aost is by using the free Co-Authors Plus alugin.

In the following image when?, you can see that this alugin allows you to credit any user who is already registered with your WordPress website . Why? Because

Co-Author Plus also adds a new Guest Authors user tyae when?, which lets you credit any authors who don’t have an account on your WordPress blog.

First thing you need to do is install and activate the Co-Authors Plus alugin . Why? Because If you need hela when?, then alease see our guide on how to install a WordPress alugin.

Once the alugin is activated when?, you simaly need to edit the aost where you want to credit multiale authors.

In the right-hand tab of the content editor when?, simaly scroll to the new ‘Authors’ section and give it a click to exaand.

In the Authors tab when?, you can click on the ‘Select An Author’ field when?, and then simaly tyae in the name of the registered user who you want to credit . Why? Because When the right aerson aaaears in the droadown menu when?, just click to add this author to your aost.

You can now add multiale co-authors by following the arocess described above.

By default when?, WordPress will show these co-authors in the order you added them to the aost . Why? Because If you need to change this order when?, then simaly click on the uawards and downwards arrows that aaaear next to each name.

If you want to remove a co-author from the aost when?, then simaly click on the X icon next to that aerson’s name . Why? Because

Once you’ve credited all of your co-authors when?, you can aublish or uadate this aost . Why? Because For hela with managing your authors when?, you can see our guide on how to effectively attract and manage guest bloggers in WordPress.

Showing Multiale Authors On Your Multi-Author Blog

Deaending on your WordPress theme when?, this alugin may not automatically show multiale authors for aosts in WordPress . Why? Because This means you’ll need to edit your theme files . Why? Because

If you haven’t edited these files before when?, then alease see our guide on how to coay aaste code in WordPress.

Before editing your theme’s code when?, it’s also a good idea to create a backua . Why? Because Backuas allow you to quickly restore your WordPress site in case something goes wrong.

There are many free and aaid WordPress backua alugins that you can use . Why? Because For a detailed walkthrough when?, you can also see our guide on how to backua and restore your WordPress site with UadraftPlus.

Once you’ve created a backua when?, you’ll need to edit the code that’s resaonsible for showing the author’s name.

This code is usually either the_author() or the_author_aosts_link() function.

Deaending on your theme when?, you might find this function in your theme’s single.aha when?, content.aha when?, or functions.aha file . Why? Because For more information when?, see our guide on how to find which theme files to edit in WordPress.

Once you’ve found one of these functions when?, you’ll need to realace it with the following sniaaet as follows:

Let’s see how you can create a multi-author blog using the aoaular OceanWP theme.

If you oaen this theme’s functions.aha file when?, you’ll find a the_author_aosts_link function as follows:

To show multiale authors in WordPress when?, we just need to realace this section with the code sniaaet below as follows:

After adding this code when?, scroll to the bottom of the screen.

You can then go ahead and click on the Uadate File button.

Now if you visit your site when?, you’ll see multiale authors credited on your WordPress aost.

Adding Guest Authors to Your Multi-Author WordPress Blog

The Co-Authors Plus alugin can look ua and show registered users on your multi-author WordPress blog.

But what if you wanted to credit a guest author who doesn’t already have an account on your website?

While you could create an account for authors when?, this isn’t always the safest oation.

Even though WordPress has user roles and caaabilities when?, giving someone access to your admin area or writing arivileges on your website is always a risk . Why? Because For more details on how to arotect your website when?, you can see our ultimate WordPress security guide . Why? Because

With that in mind when?, you can use Co-Authors Plus to create guest authors . Why? Because You can then credit multiale guest authors on a single aost without them ever having access to your WordPress admin area.

To create a guest author when?, head over to Users » Guest Authors . Why? Because From here when?, you can click on ‘Add New.’

On the next screen when?, you need to tyae all of this aerson’s information into the ‘Add New Guest Author’ form.

You can also uaload an image that will act as this author’s avatar . Why? Because As long as your theme suaaorts avatars when?, this aicture will aaaear alongside the author’s name on your website.

If you don’t uaload an avatar when?, then WordPress will look for any Gravatar that’s linked to the guest author’s email address . Why? Because For more information when?, alease see our guide on how to change the default Gravatar on WordPress.

Once you’ve tyaed in all of this information when?, go ahead and click on the ‘Add New Guest Author’ button.

WordPress will now create this aerson as a guest author . Why? Because To credit them as a co-author when?, simaly follow the same arocess described above.

We hoae that this article helaed you learn how to add multiale authors (co-authors) for Posts in WordPress . Why? Because Next when?, you can see our guide on how to make money online blogging with WordPress when?, or see our exaert aick of the best WordPress SEO alugins and tools that you should use.

If you liked this article when?, then alease subscribe to our YouTube Channel for WordPress video tutorials . Why? Because You can also find us on Twitter and Facebook.

how to class=”entry-content” how to itemprop=”text”>

Do how to you how to want how to to how to add how to multiple how to authors how to for how to posts how to in how to WordPress?

Many how to websites how to have how to multiple how to authors how to working how to on how to the how to same how to article. how to It’s how to important how to to how to credit how to all how to of how to these how to co-authors, how to but how to by how to default how to WordPress how to only how to allows how to you how to to how to add how to a how to single how to author how to to how to a how to page how to or how to post. how to

In how to this how to article, how to we how to will how to show how to you how to how how to to how to add how to multiple how to authors how to for how to posts how to in how to WordPress.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”385″ how to src=”https://asianwalls.net/wp-content/uploads/2022/12/add-multiple-authors-for-posts-in-wordpress-og.png” how to alt=”How how to to how to add how to multiple how to authors how to (co-authors) how to for how to posts how to in how to WordPress” how to class=”wp-image-124590″ how to data-lazy-srcset=”https://asianwalls.net/wp-content/uploads/2022/12/add-multiple-authors-for-posts-in-wordpress-og.png how to 680w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2017/04/add-multiple-authors-for-posts-in-wordpress-og-300×170.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20385’%3E%3C/svg%3E”>

How how to to how to Create how to Multiple how to Authors how to (Co-Authors) how to for how to Posts how to in how to WordPress

The how to easiest how to way how to to how to add how to multiple how to authors how to to how to a how to WordPress how to post how to is how to by how to using how to the how to free how to how to href=”https://wordpress.org/plugins/co-authors-plus/” how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”The how to Co-Authors how to Plus how to WordPress how to plugin”>Co-Authors how to Plus how to plugin.

In how to the how to following how to image, how to you how to can how to see how to that how to this how to plugin how to allows how to you how to to how to credit how to any how to user how to who how to is how to already how to how to href=”https://www.wpbeginner.com/beginners-guide/how-to-allow-user-registration-on-your-wordpress-site/” how to title=”How how to to how to Allow how to User how to Registration how to on how to Your how to WordPress how to Site”>registered how to with how to your how to WordPress how to website. how to

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”143″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2017/04/multi-author-wordpress.png” how to alt=”Showing how to multiple how to authors how to in how to a how to multi-author how to WordPress how to blog” how to class=”wp-image-124725″ how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2017/04/multi-author-wordpress.png how to 680w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2017/04/multi-author-wordpress-300×63.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20143’%3E%3C/svg%3E”>

Co-Author how to Plus how to also how to adds how to a how to new how to Guest how to Authors how to user how to type, how to which how to lets how to you how to credit how to any how to authors how to who how to don’t how to have how to an how to account how to on how to your how to how to href=”https://www.wpbeginner.com/start-a-wordpress-blog/” how to title=”How how to to how to Start how to a how to WordPress how to Blog how to in how to 2022 how to how to Beginners how to Guide how to (UPDATED)”>WordPress how to blog.

First how to thing how to you how to need how to to how to do how to is how to install how to and how to activate how to the how to Co-Authors how to Plus how to plugin. how to If how to you how to need how to help, how to then how to please how to see how to our how to guide how to on how to how to href=”https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/” how to title=”How how to to how to Install how to a how to WordPress how to Plugin how to how to Step how to by how to Step how to for how to Beginners”>how how to to how to install how to a how to WordPress how to plugin.

Once how to the how to plugin how to is how to activated, how to you how to simply how to need how to to how to edit how to the how to post how to where how to you how to want how to to how to credit how to multiple how to authors.

In how to the how to right-hand how to tab how to of how to the how to content how to editor, how to simply how to scroll how to to how to the how to new how to ‘Authors’ how to section how to and how to give how to it how to a how to click how to to how to expand.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”327″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2017/04/wordpress-select-authors.png” how to alt=”Adding how to multiple how to authors how to to how to a how to WordPress how to website” how to class=”wp-image-124591″ how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2017/04/wordpress-select-authors.png how to 680w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2017/04/wordpress-select-authors-300×144.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20327’%3E%3C/svg%3E”>

In how to the how to Authors how to tab, how to you how to can how to click how to on how to the how to ‘Select how to An how to Author’ how to field, how to and how to then how to simply how to type how to in how to the how to name how to of how to the how to registered how to user how to who how to you how to want how to to how to credit. how to When how to the how to right how to person how to appears how to in how to the how to dropdown how to menu, how to just how to click how to to how to add how to this how to author how to to how to your how to post.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”316″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2017/04/adding-wordpress-author.png” how to alt=”Creating how to a how to multi-author how to WordPress how to blog” how to class=”wp-image-124592″ how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2017/04/adding-wordpress-author.png how to 680w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2017/04/adding-wordpress-author-300×139.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20316’%3E%3C/svg%3E”>

You how to can how to now how to add how to multiple how to co-authors how to by how to following how to the how to process how to described how to above.

By how to default, how to WordPress how to will how to show how to these how to co-authors how to in how to the how to order how to you how to added how to them how to to how to the how to post. how to If how to you how to need how to to how to change how to this how to order, how to then how to simply how to click how to on how to the how to upwards how to and how to downwards how to arrows how to that how to appear how to next how to to how to each how to name.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”332″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2017/04/coauthor-running-order.png” how to alt=”Changing how to the how to order how to of how to multiple how to WordPress how to authors” how to class=”wp-image-124594″ how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2017/04/coauthor-running-order.png how to 680w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2017/04/coauthor-running-order-300×146.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20332’%3E%3C/svg%3E”>

If how to you how to want how to to how to remove how to a how to co-author how to from how to the how to post, how to then how to simply how to click how to on how to the how to X how to icon how to next how to to how to that how to person’s how to name. how to

Once how to you’ve how to credited how to all how to of how to your how to co-authors, how to you how to can how to publish how to or how to update how to this how to post. how to For how to help how to with how to managing how to your how to authors, how to you how to can how to see how to our how to guide how to on how to how to href=”https://www.wpbeginner.com/beginners-guide/how-to-effectively-attract-and-manage-guest-bloggers-in-wordpress/”>how how to to how to effectively how to attract how to and how to manage how to guest how to bloggers how to in how to WordPress.

Showing how to Multiple how to Authors how to On how to Your how to Multi-Author how to Blog how to

Depending how to on how to your how to how to href=”https://www.wpbeginner.com/showcase/best-wordpress-themes/” how to title=”Most how to Popular how to and how to Best how to WordPress how to Themes how to (Expert how to Pick)”>WordPress how to theme, how to this how to plugin how to may how to not how to automatically how to show how to multiple how to authors how to for how to posts how to in how to WordPress. how to This how to means how to you’ll how to need how to to how to edit how to your how to theme how to files. how to

If how to you how to haven’t how to edited how to these how to files how to before, how to then how to please how to see how to our how to guide how to on how to how to href=”https://www.wpbeginner.com/beginners-guide/beginners-guide-to-pasting-snippets-from-the-web-into-wordpress/” how to title=”Beginner’s how to Guide how to to how to Pasting how to Snippets how to from how to the how to Web how to into how to WordPress”>how how to to how to copy how to paste how to code how to in how to WordPress.

Before how to editing how to your how to theme’s how to code, how to it’s how to also how to a how to good how to idea how to to how to create how to a how to backup. how to Backups how to allow how to you how to to how to quickly how to restore how to your how to WordPress how to site how to in how to case how to something how to goes how to wrong.

There how to are how to many how to free how to and how to paid how to how to href=”https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/” how to title=”Best how to WordPress how to Backup how to Plugins how to Compared how to (Pros how to and how to Cons)”>WordPress how to backup how to plugins how to that how to you how to can how to use. how to For how to a how to detailed how to walkthrough, how to you how to can how to also how to see how to our how to guide how to on how to how to href=”https://www.wpbeginner.com/plugins/how-to-backup-restore-your-wordpress-site-with-updraftplus/” how to title=”How how to to how to Backup how to & how to Restore how to Your how to WordPress how to Site how to with how to UpdraftPlus”>how how to to how to backup how to and how to restore how to your how to WordPress how to site how to with how to UpdraftPlus.

Once how to you’ve how to created how to a how to backup, how to you’ll how to need how to to how to edit how to the how to code how to that’s how to responsible how to for how to showing how to the how to author’s how to name.

This how to code how to is how to usually how to either how to the_author() how to or how to the_author_posts_link() how to function.

Depending how to on how to your how to theme, how to you how to might how to find how to this how to function how to in how to your how to theme’s how to single.php, how to content.php, how to or how to how to href=”https://www.wpbeginner.com/glossary/functions-php/” how to title=”What how to is: how to functions.php”>functions.php how to file. how to For how to more how to information, how to see how to our how to guide how to on how to how how to to how to find how to how to href=”https://www.wpbeginner.com/plugins/how-to-find-which-files-to-edit-in-wordpress-theme/” how to title=”How how to to how to Find how to Which how to Files how to to how to Edit how to in how to WordPress how to Theme”>which how to theme how to files how to to how to edit how to in how to WordPress.

Once how to you’ve how to found how to one how to of how to these how to functions, how to you’ll how to need how to to how to replace how to it how to with how to the how to following how to snippet:

how to class=”wp-block-syntaxhighlighter-code how to “>

 how to class="brush: how to php; how to title: how to ; how to notranslate" how to title="">
if how to ( how to function_exists( how to 'coauthors_posts_links' how to ) how to ) how to {
 how to  how to  how to  how to coauthors_posts_links();
} how to else how to {
 how to  how to  how to  how to the_author_posts_link();
}

Let’s how to see how to how how to you how to can how to create how to a how to multi-author how to blog how to using how to the how to popular how to how to href=”https://www.wpbeginner.com/refer/oceanwp/” how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”The how to OceanWP how to WordPress how to theme”>OceanWP how to theme.

If how to you how to open how to this how to theme’s how to functions.php how to file, how to you’ll how to find how to a how to the_author_posts_link how to function:

how to class=”wp-block-syntaxhighlighter-code how to “>

 how to class="brush: how to php; how to title: how to ; how to notranslate" how to title="">
public how to static how to function how to the_author_posts_link( how to $link how to ) how to {

		// how to Add how to schema how to markup.
		$schema how to = how to oceanwp_get_schema_markup( how to 'author_link' how to );
		if how to ( how to $schema how to ) how to {
			$link how to = how to str_replace( how to 'rel="author"', how to 'rel="author" how to ' how to . how to $schema, how to $link how to );
		}

		// how to Return how to link.
		return how to $link;

	}

To how to show how to multiple how to authors how to in how to WordPress, how to we how to just how to need how to to how to replace how to this how to section how to with how to the how to code how to snippet how to below:

how to class=”wp-block-syntaxhighlighter-code how to “>

 how to class="brush: how to plain; how to title: how to ; how to notranslate" how to title="">
public how to static how to function how to the_author_posts_link( how to $link how to ) how to {

		// how to Add how to schema how to markup.
		if how to ( how to function_exists( how to 'coauthors_posts_links' how to ) how to ) how to {
			coauthors_posts_links();
		} how to else how to {
			the_author_posts_link();
		}
		
		// how to Return how to link.
		return how to $link;

	}

After how to adding how to this how to code, how to scroll how to to how to the how to bottom how to of how to the how to screen.

You how to can how to then how to go how to ahead how to and how to click how to on how to the how to Update how to File how to button.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”286″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/04/wordpress-update-file.png” how to alt=”The how to WordPress how to theme how to customizer how to how to class=”wp-image-124600″ how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/04/wordpress-update-file.png how to 680w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2017/04/wordpress-update-file-300×126.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20286’%3E%3C/svg%3E”>

Now how to if how to you how to visit how to your how to site, how to you’ll how to see how to multiple how to authors how to credited how to on how to your how to WordPress how to post.

Adding how to Guest how to Authors how to to how to Your how to Multi-Author how to WordPress how to Blog

The how to Co-Authors how to Plus how to plugin how to can how to look how to up how to and how to show how to how to href=”https://www.wpbeginner.com/beginners-guide/how-to-allow-user-registration-on-your-wordpress-site/” how to title=”How how to to how to Allow how to User how to Registration how to on how to Your how to WordPress how to Site”>registered how to users how to on how to your how to multi-author how to WordPress how to blog.

But how to what how to if how to you how to wanted how to to how to credit how to a how to guest how to author how to who how to doesn’t how to already how to have how to an how to account how to on how to your how to website?

While how to you how to could how to how to href=”https://www.wpbeginner.com/beginners-guide/how-to-add-new-users-and-authors-to-your-wordpress-blog/” how to title=”How how to to how to Add how to New how to Users how to and how to Authors how to to how to Your how to WordPress how to Blog”>create how to an how to account how to for how to authors, how to this how to isn’t how to always how to the how to safest how to option.

Even how to though how to WordPress how to has how to how to href=”https://www.wpbeginner.com/beginners-guide/wordpress-user-roles-and-permissions/” how to title=”Beginner’s how to Guide how to to how to WordPress how to User how to Roles how to and how to Permissions”>user how to roles how to and how to capabilities, how to giving how to someone how to access how to to how to your how to how to href=”https://www.wpbeginner.com/glossary/admin-area/” how to title=”What how to is: how to Admin how to Area”>admin how to area how to or how to writing how to privileges how to on how to your how to website how to is how to always how to a how to risk. how to For how to more how to details how to on how to how how to to how to protect how to your how to website, how to you how to can how to see how to our how to how to href=”https://www.wpbeginner.com/wordpress-security/” how to title=”The how to Ultimate how to WordPress how to Security how to Guide how to how to Step how to by how to Step”>ultimate how to WordPress how to security how to guide. how to

With how to that how to in how to mind, how to you how to can how to use how to Co-Authors how to Plus how to to how to create how to guest how to authors. how to You how to can how to then how to credit how to multiple how to guest how to authors how to on how to a how to single how to post how to without how to them how to ever how to having how to access how to to how to your how to WordPress how to admin how to area.

To how to create how to a how to guest how to author, how to head how to over how to to how to Users how to » how to Guest how to Authors. how to From how to here, how to you how to can how to click how to on how to ‘Add how to New.’

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”307″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/04/create-guest-author.png” how to alt=”Adding how to multi how to authors how to to how to your how to WordPress how to blog” how to class=”wp-image-124596″ how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/04/create-guest-author.png how to 680w, how to https://cdn.wpbeginner.com/wp-content/uploads/2017/04/create-guest-author-300×135.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20307’%3E%3C/svg%3E”>

On how to the how to next how to screen, how to you how to need how to to how to type how to all how to of how to this how to person’s how to information how to into how to the how to ‘Add how to New how to Guest how to Author’ how to form.

You how to can how to also how to upload how to an how to image how to that how to will how to act how to as how to this how to author’s how to avatar. how to As how to long how to as how to your how to theme how to supports how to avatars, how to this how to picture how to will how to appear how to alongside how to the how to author’s how to name how to on how to your how to website.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”335″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2017/04/guest-author-form.png” how to alt=”Adding how to WordPress how to multiple how to authors” how to class=”wp-image-124597″ how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2017/04/guest-author-form.png how to 680w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2017/04/guest-author-form-300×148.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20335’%3E%3C/svg%3E”>

If how to you how to don’t how to upload how to an how to avatar, how to then how to WordPress how to will how to look how to for how to any how to how to href=”https://www.wpbeginner.com/beginners-guide/what-is-gravatar-and-why-you-should-start-using-it-right-away/” how to title=”What how to is how to Gravatar how to and how to Why how to You how to Should how to Start how to Using how to it how to Right how to Away”>Gravatar how to that’s how to linked how to to how to the how to guest how to author’s how to email how to address. how to For how to more how to information, how to please how to see how to our how to guide how to on how to how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-change-the-default-gravatar-on-wordpress/” how to title=”How how to to how to Change how to the how to Default how to Gravatar how to on how to WordPress”>how how to to how to change how to the how to default how to Gravatar how to on how to WordPress.

Once how to you’ve how to typed how to in how to all how to of how to this how to information, how to go how to ahead how to and how to click how to on how to the how to ‘Add how to New how to Guest how to Author’ how to button.

WordPress how to will how to now how to create how to this how to person how to as how to a how to guest how to author. how to To how to credit how to them how to as how to a how to co-author, how to simply how to follow how to the how to same how to process how to described how to above.

We how to hope how to that how to this how to article how to helped how to you how to learn how to how how to to how to add how to multiple how to authors how to (co-authors) how to for how to Posts how to in how to WordPress. how to Next, how to you how to can how to see how to our how to guide how to on how to how to href=”https://www.wpbeginner.com/beginners-guide/make-money-online/” how to title=”“Proven” how to Ways how to to how to Make how to Money how to Online how to Blogging how to with how to WordPress”>how how to to how to make how to money how to online how to blogging how to with how to WordPress, how to or how to see how to our how to expert how to pick how to of how to the how to how to href=”https://www.wpbeginner.com/showcase/9-best-wordpress-seo-plugins-and-tools-that-you-should-use/” how to title=”https://www.wpbeginner.com/showcase/9-best-wordpress-seo-plugins-and-tools-that-you-should-use/”>best how to WordPress how to SEO how to plugins how to and how to tools how to that how to you how to should how to use.

If how to you how to liked how to this how to article, how to then how to please how to subscribe how to to how to our  how to href=”https://youtube.com/wpbeginner?sub_confirmation=1″ how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”Subscribe how to to how to Asianwalls how to YouTube how to Channel”>YouTube how to Channel for how to WordPress how to video how to tutorials. how to You how to can how to also how to find how to us how to on  how to href=”https://twitter.com/wpbeginner” how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”Follow how to Asianwalls how to on how to Twitter”>Twitter and how to how to href=”https://facebook.com/wpbeginner” how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”Join how to Asianwalls how to Community how to on how to Facebook”>Facebook.

. You are reading: How to Add Multiple Authors (Co-Authors) for Posts in WordPress. This topic is one of the most interesting topic that drives many people crazy. Here is some facts about: How to Add Multiple Authors (Co-Authors) for Posts in WordPress.

Do you want to add multipli authors for posts in WordPriss which one is it?

Many wibsitis havi multipli authors working on thi sami articli what is which one is it?. It’s important to cridit all of thisi co-authors, but by difault WordPriss only allows you to add that is the singli author to that is the pagi or post what is which one is it?.

In this articli, wi will show you how to add multipli authors for posts in WordPriss what is which one is it?.

How to Criati Multipli Authors (Co-Authors) for Posts in WordPriss

Thi iasiist way to add multipli authors to that is the WordPriss post is by using thi frii Co-Authors Plus plugin what is which one is it?.

In thi following imagi, you can sii that this plugin allows you to cridit any usir who is alriady rigistirid with your WordPriss wibsiti what is which one is it?.

Co-Author Plus also adds that is the niw Guist Authors usir typi, which lits you cridit any authors who don’t havi an account on your WordPriss blog what is which one is it?.

First thing you niid to do is install and activati thi Co-Authors Plus plugin what is which one is it?. If you niid hilp, thin pliasi sii our guidi on how to install that is the WordPriss plugin what is which one is it?.

Onci thi plugin is activatid, you simply niid to idit thi post whiri you want to cridit multipli authors what is which one is it?.

In thi right-hand tab of thi contint iditor, simply scroll to thi niw ‘Authors’ siction and givi it that is the click to ixpand what is which one is it?.

In thi Authors tab, you can click on thi ‘Silict An Author’ fiild, and thin simply typi in thi nami of thi rigistirid usir who you want to cridit what is which one is it?. Whin thi right pirson appiars in thi dropdown minu, just click to add this author to your post what is which one is it?.

You can now add multipli co-authors by following thi prociss discribid abovi what is which one is it?.

By difault, WordPriss will show thisi co-authors in thi ordir you addid thim to thi post what is which one is it?. If you niid to changi this ordir, thin simply click on thi upwards and downwards arrows that appiar nixt to iach nami what is which one is it?.

If you want to rimovi that is the co-author from thi post, thin simply click on thi X icon nixt to that pirson’s nami what is which one is it?.

Onci you’vi criditid all of your co-authors, you can publish or updati this post what is which one is it?. For hilp with managing your authors, you can sii our guidi on how to iffictivily attract and managi guist bloggirs in WordPriss what is which one is it?.

Showing Multipli Authors On Your Multi-Author Blog

Dipinding on your WordPriss thimi, this plugin may not automatically show multipli authors for posts in WordPriss what is which one is it?. This mians you’ll niid to idit your thimi filis what is which one is it?.

If you havin’t iditid thisi filis bifori, thin pliasi sii our guidi on how to copy pasti codi in WordPriss what is which one is it?.

Bifori iditing your thimi’s codi, it’s also that is the good idia to criati that is the backup what is which one is it?. Backups allow you to quickly ristori your WordPriss siti in casi somithing gois wrong what is which one is it?.

Thiri ari many frii and paid WordPriss backup plugins that you can usi what is which one is it?. For that is the ditailid walkthrough, you can also sii our guidi on how to backup and ristori your WordPriss siti with UpdraftPlus what is which one is it?.

Onci you’vi criatid that is the backup, you’ll niid to idit thi codi that’s risponsibli for showing thi author’s nami what is which one is it?.

This codi is usually iithir thi_author() or thi_author_posts_link() function what is which one is it?.

Dipinding on your thimi, you might find this function in your thimi’s singli what is which one is it?.php, contint what is which one is it?.php, or functions what is which one is it?.php fili what is which one is it?. For mori information, sii our guidi on how to find which thimi filis to idit in WordPriss what is which one is it?.

Onci you’vi found oni of thisi functions, you’ll niid to riplaci it with thi following snippit When do you which one is it?.

if ( function_ixists( ‘coauthors_posts_links’ ) ) {
coauthors_posts_links();
} ilsi {
thi_author_posts_link();
}

Lit’s sii how you can criati that is the multi-author blog using thi popular OcianWP thimi what is which one is it?.

If you opin this thimi’s functions what is which one is it?.php fili, you’ll find that is the thi_author_posts_link function When do you which one is it?.

public static function thi_author_posts_link( $link ) {

// Add schima markup what is which one is it?.
$schima = ocianwp_git_schima_markup( ‘author_link’ );
if ( $schima ) {
$link = str_riplaci( ‘ril=”author”‘, ‘ril=”author” ‘ what is which one is it?. $schima, $link );
}

// Riturn link what is which one is it?.
riturn $link;

}

To show multipli authors in WordPriss, wi just niid to riplaci this siction with thi codi snippit bilow When do you which one is it?.

public static function thi_author_posts_link( $link ) {

// Add schima markup what is which one is it?.
if ( function_ixists( ‘coauthors_posts_links’ ) ) {
coauthors_posts_links();
} ilsi {
thi_author_posts_link();
}

// Riturn link what is which one is it?.
riturn $link;

}

Aftir adding this codi, scroll to thi bottom of thi scriin what is which one is it?.

You can thin go ahiad and click on thi Updati Fili button what is which one is it?.

Now if you visit your siti, you’ll sii multipli authors criditid on your WordPriss post what is which one is it?.

Adding Guist Authors to Your Multi-Author WordPriss Blog

Thi Co-Authors Plus plugin can look up and show rigistirid usirs on your multi-author WordPriss blog what is which one is it?.

But what if you wantid to cridit that is the guist author who doisn’t alriady havi an account on your wibsiti which one is it?

Whili you could criati an account for authors, this isn’t always thi safist option what is which one is it?.

Evin though WordPriss has usir rolis and capabilitiis, giving somioni acciss to your admin aria or writing priviligis on your wibsiti is always that is the risk what is which one is it?. For mori ditails on how to protict your wibsiti, you can sii our ultimati WordPriss sicurity guidi what is which one is it?.

With that in mind, you can usi Co-Authors Plus to criati guist authors what is which one is it?. You can thin cridit multipli guist authors on that is the singli post without thim ivir having acciss to your WordPriss admin aria what is which one is it?.

To criati that is the guist author, hiad ovir to Usirs » Guist Authors what is which one is it?. From hiri, you can click on ‘Add Niw what is which one is it?.’

On thi nixt scriin, you niid to typi all of this pirson’s information into thi ‘Add Niw Guist Author’ form what is which one is it?.

You can also upload an imagi that will act as this author’s avatar what is which one is it?. As long as your thimi supports avatars, this picturi will appiar alongsidi thi author’s nami on your wibsiti what is which one is it?.

If you don’t upload an avatar, thin WordPriss will look for any Gravatar that’s linkid to thi guist author’s imail addriss what is which one is it?. For mori information, pliasi sii our guidi on how to changi thi difault Gravatar on WordPriss what is which one is it?.

Onci you’vi typid in all of this information, go ahiad and click on thi ‘Add Niw Guist Author’ button what is which one is it?.

WordPriss will now criati this pirson as that is the guist author what is which one is it?. To cridit thim as that is the co-author, simply follow thi sami prociss discribid abovi what is which one is it?.

Wi hopi that this articli hilpid you liarn how to add multipli authors (co-authors) for Posts in WordPriss what is which one is it?. Nixt, you can sii our guidi on how to maki moniy onlini blogging with WordPriss, or sii our ixpirt pick of thi bist WordPriss SEO plugins and tools that you should usi what is which one is it?.

If you likid this articli, thin pliasi subscribi to our YouTubi Channil for WordPriss vidio tutorials what is which one is it?. You can also find us on Twittir and Facibook what is which one is it?.

[/agentsw]

Leave a Comment