Do you want to display related posts by same author in WordPress? Normally, you can use any related posts plugin to show similar articles on your website. However if you run a multi-author WordPress website, then your users may want to read other content from the same author. In this article, we will show you how to display related posts by same author in WordPress.
Method 1: Display Related Posts by Author in WordPress Using Plugin
This method is easier and is recommended for all users.
First thing you need to do is install and activate the Similar Posts plugin. For more details, see our step by step guide on how to install a WordPress plugin.
Upon activation, you need to visit Settings » Similar Posts page to configure plugin settings.
The settings page is divided into different tabs, and you will land on the General tab by default. You can review the options and change them to match your requirements.
On this page, you need to scroll down to the bottom and select ‘Yes’ next to ‘Match the current post’s author’ option. You can uncheck other matching options to make sure that the plugin only fetches posts by author.
Next, you need to switch to the ‘Placement’ tab and activate ‘Output after post’ option. You can also edit output template by editing the text in the ‘Parameters’ box.
Don’t forget to click on the ‘Save Settings’ button to store your changes.
You can now visit any single post on your website, and you’ll see related posts by the same author after the post content.
Method 2: Manually Display Related Posts by Same Author in WordPress
This method requires you to add code to your WordPress theme files. If you haven’t done this before, then check out our guide on how to copy and paste code in WordPress.
You will need to add the following code to your theme’s functions.php file or in a site-specific plugin.
Tables can't be imported directly. Please insert an image of your table which can be found here.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
You can now visit any single post on your website, and you’ll see related posts by the same author below the content.