Adding an author info box in WordPress posts can be very helpful. It gives readers more information about the author. This can make your blog look more professional.
Why Add an Author Info Box?
- Builds Trust: Readers know who wrote the post.
- Increases Engagement: Authors can connect with their readers.
- Boosts Credibility: Shows the author’s expertise.

Credit: pixelgrade.com
Methods to Add an Author Info Box
There are different ways to add an author info box in WordPress. Here, we will show you three methods:
- Using a Plugin
- Using a Theme Feature
- Customizing the Code
1. Using a Plugin
This is the easiest way. Follow these steps:
Step 1: Install The Plugin
Go to your WordPress dashboard. Click on “Plugins” then “Add New”. Search for “Author Info Box”. Choose a plugin and click “Install Now”.
Step 2: Activate The Plugin
After installation, click “Activate”. The plugin is now ready to use.
Step 3: Configure The Plugin
Go to the plugin settings. Fill in the author’s details like name, bio, and social links. Save your changes.
2. Using a Theme Feature
Some themes have built-in author boxes. Check if your theme has this feature.
Step 1: Check Theme Settings
Go to “Appearance” then “Customize”. Look for author box settings. If available, enable it.
Step 2: Fill In Author Details
Go to “Users” then “Your Profile”. Enter your name, bio, and social links. Save your changes.

Credit: www.wpbeginner.com
3. Customizing the Code
This method requires some coding knowledge. Be careful while editing your theme files.
Step 1: Backup Your Site
Before making changes, backup your site. This ensures you can restore it if something goes wrong.
Step 2: Edit The Theme Files
Go to “Appearance” then “Theme Editor”. Find the “single.php” file. Add the following code where you want the author box to appear:
Step 3: Style The Author Box
To make it look good, you need to add some CSS. Go to “Appearance” then “Customize” and click “Additional CSS”. Add the following CSS:
.author-box { border: 1px solid #ccc; padding: 10px; margin-top: 20px; } .author-box h3 { margin-bottom: 10px; } .author-box p { margin: 0; }
Save your changes. Now your author box should appear on your posts.
Frequently Asked Questions
What Is An Author Info Box In WordPress?
An author info box displays details about the post’s author. It usually includes name, bio, and social links.
How Do I Add An Author Info Box?
Use a plugin or custom code. Popular plugins include Simple Author Box and Author Bio Box.
Which Plugin Is Best For Author Info Box?
Simple Author Box is popular. Easy to use. Highly customizable.
Can I Customize The Author Info Box?
Yes, many plugins offer customization options. Change colors, fonts, and layout.
Conclusion
Adding an author info box in WordPress posts is easy. You can use a plugin, a theme feature, or customize the code. Choose the method that works best for you. This will help build trust and credibility with your readers.