Monday, July 12, 2021

How to Change Your WordPress Logo Size (Works with Any Theme)

Recently one of our readers asked if it was possible to change your logo size in WordPress?

Your website logo is an important part of your brand. Depending on the WordPress theme you use, sometimes it’s not clear on how to change your logo size to make it bigger or smaller.

In this article, we’ll show you how to easily change the WordPress logo size , step by step.

How to change your WordPress logo size (works with any theme)

Why Change the Size of the Logo in WordPress?

When you upload your logo to WordPress, it might not always be the right size.

A logo that’s too small won’t stand out. While, a logo that’s too big can end up negatively impacting the design of your website.

If you’ve invested in a custom logo design, then you want to make sure your logo appears as the right size in your website header.

For those still in the logo design process, see our picks of the best free logo makers.

That being said, we’ll show you a few different ways that you can use to change the logo size in WordPress.

The method you choose will depend on the WordPress theme you are using, and your comfort level with editing CSS code.

Method 1. Change the WordPress Logo Size with WordPress Customizer

The simplest and easiest way to change the logo size in WordPress is by using the theme customizer. However, this method only works if your WordPress theme supports it.

A lot of popular themes like Divi, Astra, Ultra, and others have a built-in logo size changer tool.

When you upload your logo in WordPress, these themes make it easy to adjust the logo with a simple slider that you can use to adjust the width and height.

Note: your logo size will only be as big as the image you upload, so you want to make sure you upload a larger logo image, if your goal is to make it bigger.

For the sake of the tutorial, we’ll be showing how to change your logo in Divi, Astra, and Ultra theme, but the method is similar for most popular WordPress themes. If your theme doesn’t have this option, then you need to use the method 2 or 3 of this tutorial.

Change the WordPress Logo Size in Divi WordPress Theme

First, navigate to Divi » Theme Customizer and click on the ‘Header & Navigation’ menu option.

Select Divi theme customizer

After that, click the ‘Primary Menu Bar’ drop down option.

Here you can change the size of your logo.

Select Divi primary menu bar

First, you need to adjust the ‘Menu Height’ setting. This controls the height of your entire navigation menu and will define how big you can make your logo.

After that, you can change the ‘Logo Max Height’ setting, which is a percentage of the total menu height.

Adjust logo height

You can adjust the ‘Logo Max Height’ slider up and down until you find the perfect logo size for your WordPress blog.

Make sure to click the ‘Publish’ button to save your changes before exiting the screen.

Change the WordPress Logo Size in Astra WordPress Theme

First thing you need to do is navigate to Appearance » Customize and then click the ‘Header’ menu option.

Astra theme customize

After that, click the ‘Site Identity’ menu option.

Here you can easily adjust the size of your logo.

Click site identity in Astra

All you have to do is move the ‘Logo Width’ slider to the left or right.

You can automatically see your logo size changes in real time, as you move the slider.

Astra logo width slider

Once you’re satisfied with the size of your logo, make sure to click ‘Publish’ before exiting the page.

Change the WordPress Logo Size in Ultra WordPress Theme

To customize the logo size in Ultra theme, navigate to Appearance » Customize, and click the ‘Site Logo & Tagline’ navigation item.

Ultra click site logo and tagline

After that click the ‘Site Logo’ drop down.

Then, select the ‘Logo Image’ radio button that appears.

Ultra click site logo button

Now, you can change the size of the logo by entering new dimensions into the boxes to the right of your logo image. If you want the image to scale based on the original size, then only enter new logo dimensions into one box.

You can change the width with the box on the left, and the height with the box on the right.

Change logo height and width

As you enter new dimensions, you’ll see the size of your logo change in real time.

Once you’re done customizing the size of your logo, make sure to click the ‘Publish’ button.

If your theme isn’t highlighted above, then there’s still a chance that you can customize the size of your logo by using the WordPress customizer.

Simply go to Appearance » Customize on whatever theme you are using and see what customization options are available for your logo or header.

Method 2. Change the WordPress Logo Size by Editing CSS

If your WordPress theme doesn’t support changing the logo size using the WordPress theme customizer, then you can change the size by adding custom CSS.

First thing you need to do is navigate to your website homepage.

Then, right-click anywhere on the page and select the ‘Inspect’ option. This will bring up an Inspect menu that shows all of the code for the page.

Right click inspect

After that, you need to click the ‘Select an element’ icon that looks like a mouse pointer.

This will let you select the logo element of your website and view the code.

Click select an element icon

Next, simply hover over your website logo until the CSS class pops up. It will look similar to the image below.

You’ll use this CSS class to customize the size of your WordPress logo. So, write this down in a text editor like Notepad.

Logo CSS class

Now you can head back to your WordPress admin dashboard and navigate to Appearance » Customize. You need to click the ‘Additional CSS’ menu option.

This will bring up a drop-down where you can add custom CSS code.

Select additional CSS

Simply add the CSS class you found earlier and specify the new image dimensions. You can use the CSS code below as an example.

img.custom-logo {
     max-height: 100px !important;
}

You need to change the img.custom-logo CSS class above to the CSS class your theme uses.

You can also change the max-height to whatever size you want.

Here is how it looks inside the WordPress customizer.

Additional CSS WordPress customizer

Once you’ve made your changes, simply click the ‘Publish’ button to make your changes live.

Method 3. Change the WordPress Logo Size Without Editing CSS

If you aren’t comfortable editing theme files or adding custom CSS, then this method is for you.

By using a WordPress styling plugin, you can make visual changes to your site similar to using a drag and drop page builder.

We recommend using CSS Hero. It’s a styler plugin that lets you edit almost every CSS style on your WordPress site without writing a single line of CSS code.

Deal: WPBeginner reader’s can get a 34% discount through our CSS Hero coupon code.

First thing you need to do is install and activate the plugin. For more details, see our step by step guide on how to install a WordPress plugin.

Upon activation, you need to click the ‘Proceed to Product Activation’ button to activate the plugin. It’s located right above your list of installed plugins.

Activate CSS Hero plugin

This will bring you to a screen where you can enter your username and password. Simply follow the on-screen instructions, and you will be redirected back to your site once your account is verified.

After that, click the ‘Customize with CSS Hero’ button at the top of your WordPress admin toolbar.

Customize with CSS Hero

This will take you to your website with CSS Hero running on top of it. CSS Hero uses a WYSIWYG (What You See Is What You Get) editor.

When you click on any element of your page, it will bring up a toolbar on the left to make customizations.

CSS Hero preview

Next, click on your WordPress logo at the top of the page.

After that, click the ‘Show Advanced Props’ link.

Click show advanced props

This gives you even more CSS customization options.

Then, locate the ‘Measures’ box. Here you’ll find options called ‘Max Width’ and ‘Max Height’.

You want to change these to the image size you prefer. If you want the image to keep the same dimensions, then only change the height or the width.

Define logo width and height

The changes you make will show up automatically on your page.

Once you’re done changing the size of your logo, you need to click ‘Save and Publish’ to make your changes live.

We hope this article helped you change your WordPress logo size. You may also want to see our expert picks for the best live chat software for small businesses, and our list of the must have WordPress plugins for business websites.

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.

The post How to Change Your WordPress Logo Size (Works with Any Theme) appeared first on WPBeginner.


July 12, 2021 at 03:00PM

Friday, July 9, 2021

7 Best Referral Program Software for Small Business Compared (2021)

Are you looking for the best referral program software for your business?

Referral programs can be a great way to get more people to promote your products and reach a bigger audience. Using referral program software helps you create and manage a referral program easily.

In this article, we’ve hand picked some of the best referral program software that you can use along with your WordPress site.

7 best referral program software for small business compared (2021)

Why Use Referral Program Software?

Referral programs are a great way to get more traffic and increase your sales. Companies like Dropbox and Coinbase became popular by using successful referral programs.

Referral program example

Referral programs are successful because they use word of mouth marketing to help grow your business. People are more likely to trust recommendations from friends, family, and influencers they follow.

By growing with referrals, you can also save money on advertising and build customer loyalty.

However, managing your own referral program can be difficult and time-consuming. Referral program software makes it easy to create and manage referral marketing campaigns for your business or online store.

Referral programs have many moving parts, but using the right software can help to simplify the entire process.

What’s the Difference Between Referral and Affiliate Programs?

Referral marketing programs and affiliate marketing programs are very similar, although technically, they refer to different things.

A referral program offers incentives like gift cards, discounts, and commissions to existing customers when they refer a friend or family to make a purchase.

Referral program example

An affiliate program allows your customers or affiliate marketers to sign up for your program, so they can receive an agreed upon commission when someone purchases through their unique tracking link.

Affiliates are like your own sales team without the salary, and they only get paid when they actually deliver results.

For more details, see our step by step affiliate marketing guide for beginners.

That being said, let’s take a look at the best referral marketing software that you can use with your small business website.

1. Easy Affiliate

EasyAffiliate

Easy Affiliate is a powerful and easy to use referral program plugin for WordPress and WooCommerce. It has every feature you need to build, track, and manage your affiliate program.

In a few minutes, you can have your own referral program up and running. The simple dashboard stats widget lets you quickly see how your affiliates are performing, and who’s on top of the leaderboard.

EasyAffiliate dashboard

You’ll also find built in fraud detection, one-click affiliate payouts, custom commissions, and no transaction fees.

EasyAffiliate set commission

If you run an online store, then you can use the WooCommerce, MemberPress, PayPal, and Easy Digital Downloads integrations.

Plus, you can keep your affiliates informed by integrating with some of the best email marketing services like ActiveCampaign, ConvertKit, and more.

If you do run into any issues with the software, then there’s a knowledgeable customer support team ready to help.

For more details, see our guide on how to create a referral program in WordPress.

Pricing: EasyAffiliate currently starts at $99.95 per month. Users who want more integrations will need to opt for a higher priced plan.

Unlike most other affiliate program software, Easy Affiliate does not charge a per transaction fee which is a huge bonus for small businesses. This is a self-hosted referral tracking software that you can install as a plugin on your WordPress site.

2. ShareASale

ShareASale

ShareASale is one of the longest running affiliate networks in the world. Beyond offering access to thousands of affiliate products to promote, they also have a very useful referral marketing solution for business owners.

ShareASale is used by major publishers like Business Insider, Forbes, Buzzfeed, and more.

Note: We also use the ShareASale referral program for our software solutions like WPForms, OptinMonster, MonsterInsights, and SeedProd.

You can easily create a referral program for your own products and instantly access a network of over 225,000 affiliates who are ready to promote them.

There’s an in-depth affiliate dashboard and tracking tools to monitor performance, plus built in email marketing automation to stay in contact with your affiliates and inform them of sales and promotions.

ShareASale dashboard

You’ll find a variety of customization options to help you design your unique referral and recruitment program.

Pricing: ShareASale charges a one time setup fee of $500, plus a transaction fee that’s equal to 20% of the commission amount you are paying affiliates.

The biggest reason why some of our larger brands use ShareASale is because they handle all affiliate payments, local taxes, and such. The major downside is that the costs can get expensive since they charge a premium per transaction. For all our smaller businesses, we use Easy Affiliate.

3. Tapfiliate

Tapfiliate

Tapfiliate is an easy to use referral tracking software that takes the hassle out of creating your own referral marketing program.

It lets you simply onboard new affiliates and create a custom branded dashboard to match the design of your WordPress website and products.

You can control payouts, including one-time or monthly recurring commissions, percentage based commissions, performance bonuses, and more.

Tapfiliate offers tools to create short and elegant links for your referrers and affiliates, unique coupon codes, and sharable social media posts.

There are also integrations with popular tools like WooCommerce, WordPress, Zapier, Shopify, and more. Advanced users can take advantage of the REST API integration to create custom automated workflows.

Plus, there’s support for multiple currencies and languages so that you can run a global referral and affiliate campaign.

Pricing: Tapfiliate starts $69 per month and has zero transaction fees. This plan includes real-time reporting, third party integrations and automations, and support for up to 1000 affiliates.

4. AffiliateWP

AffiliateWP

AffiliateWP is an all-in-one affiliate program plugin for WordPress. It’s built for beginners and lets you set up a working referral program in a couple of minutes.

You’ll find features like affiliate coupon tracking, automatic referral link generator, and real-time reporting data on all of your affiliates.

There’s a dashboard that lets you review your affiliate applications, manage affiliate accounts, and view referral and affiliate performance metrics.

AffiliateWP dashboard

You can even create and customize unique landing pages that your affiliates can send traffic to without using a tracking link.

Plus, you can process affiliate payments directly within your dashboard.

It also integrates with popular plugins and tools like WooCommerce, Easy Digital Downloads, WPForms, MemberPress, and more.

Pricing: AffiliateWP starts at $149 per year. If you need even more features like Zapier integration, custom affiliate links, recurring commission payments, and more, then the Pro plan is $299 per year.

5. PartnerStack

PartnerStack

PartnerStack is a powerful referral marketing platform for helping you create and manage your entire referral process.

Companies like Drip, Asana, Quickbooks, and Evernote all use PartnerStack to run their affiliate programs.

It’s built to help SaaS companies and new online startups grow. One of the most useful features is the ability to bring in new partners and affiliates from within the software.

The software is very flexible and lets you create different goals for your referral campaigns. For example, you can focus on traffic generation, new leads, or total sales.

PartnerStack campaign goals

It also allows you to build customer loyalty programs directly into your products. For example, when someone becomes a customer, it can trigger an automated sequence to bring them on as a referral partner.

The dashboard is easy to use and gives you a detailed breakdown of how your partners are performing, similar to a CRM. You create groups of partners and offer rewards based on different tiers.

Plus, various payment methods are supported, including credit card, ACH, Stripe, and PayPal.

Pricing: PartnerStack creates custom plans for every customer, including how much you will pay.

6. Impact

Impact

Impact is a great partnership management and affiliate software. The platform is more geared towards established companies. It’s used by brands like HostGator, Constant Contact, McAfee, Canva, and more.

This tool aims to help you find new partners to grow your business and speed up the customer acquisition process.

Impact prospects list

Instead of simply relying on existing customers and website visitors, you can seek out new partnerships with other businesses, influencers, media partners, and more, all from within the platform.

The dashboard will help you recruit, manage, and pay your new referrers. Plus, it provides detailed metrics, so you can see which affiliates and partnerships are bringing in the most revenue.

Pricing: Impact pricing is completely custom. To get a quote, you need to reach out to their team.

7. ReferralCandy

ReferralCandy

ReferralCandy is an easy to use customer referral program software that’s great for beginner eCommerce store owners. It can help make word of mouth marketing easy for your online store.

You’ll find useful features like automatic affiliate payments, premade email templates, custom reward options, and detailed reports to see who your standout affiliates are.

ReferralCandy coupon

There are also tools to help you do A/B testing on your referral offers, so you can see what customer incentives convert the best.

You can even automate the referral onboarding process and create email and popup sequences to invite new customers to join your referral program.

It also integrates with WooCommerce, Google Analytics, Shopify, Magento, popular email marketing tools, and more.

Pricing: ReferralCandy starts at $49 per month plus a tiered commission rate that starts at 5% and decreases as you make more referral sales.

What is the Best Referral Program Software (Expert Pick)?

After trying the most popular referral program software, we believe that EasyAffiliate, ShareASale, and Tapfiliate are the best tools in the market.

EasyAffiliate is the best affiliate and referral program plugin for WordPress. You can create and manage your own campaigns in a matter of minutes. It’s also packed with advanced features while being easy to use.

ShareASale lets you get your products in front of a massive network of new affiliates, and it provides detailed analytics and reporting data.

Tapfiliate is another great choice that gives you complete control over your commissions, provides unique social media posts, and can easily integrate with WordPress and WooCommerce.

We also tried other referral program software like InviteReferrals, Friendbuy, Mention Me, Post Affiliate Pro, Referral Factory, and Referral Rock, but we decided to keep this list short to make your decisions easier.

We hope this article helped you find the best referral program software for your small business. You might also want to see our guide on how to create a free business email address, or check out our expert picks of the best customer service software for businesses.

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.

The post 7 Best Referral Program Software for Small Business Compared (2021) appeared first on WPBeginner.


July 09, 2021 at 05:49PM

Thursday, July 8, 2021

The Right Way to Remove WordPress Version Number

Do you want to remove the WordPress version number from your website?

Many believe that removing the WordPress version number from your website’s source code can prevent some common online attacks.

In this article, we’ll show you how to easily remove WordPress version number the right way.

Hiding WordPress version number from your website

Why Remove WordPress Version Number?

By default, WordPress leaves its footprints on your site for the sake of tracking. That is how we know that WordPress is the top website builder in the world.

WordPress version shown in source code by default

However, sometimes this footprint might be a security leak on your site if you are not running the most updated version of WordPress. It provides the hacker with useful information by telling them which version you are running.

We recommend using the latest version of WordPress on all your websites so you don’t have to worry about this. However, if for some reason you are running an older version of WordPress, then you should definitely follow this tutorial.

It is quite difficult to remove all traces of which WordPress version you are using on your website. A sophisticated attack may still be able to find that information.

However, it will prevent automatic scanners and other less sophisticated attempts from guessing your WordPress version.

That being said, let’s take a look at some ways to easily remove version number from your WordPress website.

Method 1. Remove WordPress Version Number using Sucuri

This method is easier and recommended for all users.

All top WordPress security plugins offer an option in the settings to hide your WordPress version number.

However, we recommend using Sucuri because it automatically hides WordPress version information and offers other more advanced security features.

Simply install and activate the Sucuri plugin. For more details, see our step by step guide on how to install a WordPress plugin.

Upon activation, the plugin will automatically hide WordPress version information. You can verify it by visiting Sucuri Security » Settings and switching to the Hardening tab.

Sucuri WordPress version hardening

Method 2. Manually Remove WordPress Version Information

This method requires you to add code to your WordPress website. If you haven’t done this before, then see our guide on how to copy and paste code snippets in WordPress.

Now, many websites will recommend you to edit your theme’s header.php file and get rid of the following line of code:

<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />

This method doesn’t work as a new theme update will automatically replace the old template with the new file.

Another commonly recommended, but inefficient method is to put this code in your theme’s functions.php or site-specific plugin:

remove_action('wp_head', 'wp_generator');

This will only remove the information from the WordPress header. The version number will still be visible in your website’s RSS feeds.

The right way to remove WordPress version information is by disabling the function responsible for displaying it.

In order for you to completely remove your WordPress version number from both your head file and RSS feeds, you will need to add the following code to a site-specific plugin or code snippets plugin.

function wpbeginner_remove_version() {
return '';
}
add_filter('the_generator', 'wpbeginner_remove_version');

By adding this code, you will remove the WordPress version number from WordPress RSS feeds and your website’s head section.

Can You Completely Hide WordPress Version?

WordPress may still add the version information in various other places throughout your website. For instance, it is included as the query string in source code for CSS and JS files.

WordPress version shown with CSS and JS files

Removing all instances of WordPress version information can be time-consuming, complicated, and may not always work.

From a security perspective, removing the obvious generator tags can protect you from some very common attacks.

However, if someone is determined to break into your website, then hiding your WordPress version number does little to stop this.

You need to implement a proper WordPress security setup in place to make your website more secure. This adds layers of security around your website making it harder to hack into.

We hope this article helped you learn how to easily hide WordPress version number from your website. You may also want to see our guide on how to get a free SSL certificate for your website, or our list of must-have WordPress plugins for small business.

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.

The post The Right Way to Remove WordPress Version Number appeared first on WPBeginner.


July 08, 2021 at 05:00PM

Wednesday, July 7, 2021

Welcome SearchWP to WPBeginner Family of Products

Today, I’m extremely excited to share that SearchWP has joined Awesome Motive, and it is now part of the WPBeginner family of products.

SearchWP is a powerful WordPress search plugin that helps you improve your site search to deliver more relevant results. Over 30,000 websites use SearchWP to improve their content discoverability, reduce website abandonment, and increase sales.

Welcome SearchWP to WPBeginner Family of Products

Introduction to SearchWP – Quick Overview

SearchWP makes it easy for your website visitors to search everything by relevance, so they can quickly find what they’re looking for.

Unlike default WordPress search, SearchWP goes beyond just the post content and indexes everything on your site including custom fields, ACF fields, text files, PDF document content, custom tables, custom taxonomies, WooCommerce product attributes, and more.

It gives you the flexibility to create your own relevance scale and adjust the algorithm without writing any code.

SearchWP Custom Engines

The Metrics feature helps you see what your visitors are searching for, what they’re finding or not finding, so you can leverage these actionable insights to improve your content and grow your business.

SearchWP Metrics

SearchWP automatically integrates with every popular WordPress theme and page builder. This means you can instantly activate SearchWP and improve your website search (no coding needed).

Aside from that, SearchWP also integrates with all major WordPress plugins including but not limited to WooCommerce, Advanced Custom Fields (ACF), Meta Box, Toolset, BigCommerce, Easy Digital Downloads, bbPress, and more.

SearchWP Integrations

If you want to create a AJAX live search for WordPress or WooCommerce, then you can easily do that with SearchWP.

SearchWP Ajax Live

It also comes with dozens of other powerful features like ability to redirect users to a specific page when certain searches are performed, ability to include & exclude specific content from search, keyword stemming, multiple search engines for different areas of your website, ability to index content from PDF, office, and other text documents, and a whole lot more.

And if you’re a developer, SearchWP comes with custom integrations, hooks, and REST API that you can use to build next generation search solutions for your clients.

Background Story – Why SearchWP?

As you already know, I’m a huge fan of WordPress. I believe it’s the most powerful website builder in the world that makes it easy for anyone to build any type of website.

But there’s always been one big drawback … the search functionality is a bit limited.

That’s because search is a really hard problem to solve.

While there are SaaS on-site search solutions in the market, most are either crazy expensive, or they don’t integrate well with WordPress.

When SearchWP was first released in 2013, I wrote a detailed tutorial about it on WPBeginner blog.

Since then, I’ve secretly admired Jon Christopher, founder of SearchWP, and all the amazing work he has done to create the most powerful WordPress search solution. Over the last 8 years, we have recommended SearchWP in dozens of our tutorials.

Just about everyone whom I referred to SearchWP loved how powerful this plugin really is and the impact it had on their business.

So naturally when WPBeginner readers survey showed that y’all wanted me to build a search plugin to help improve WordPress and WooCommerce search, I reached out to Jon with a partnership proposal.

Jon and I have met several times in the past at various WordCamp events, so the conversation progressed quickly.

We are both located in Florida, so he drove down to my house, and shortly after we agreed to an acquisition deal, so SearchWP can join the WPBeginner family of products.

What’s Coming Next?

Our work is just starting.

We will be leveraging the scale and knowledge of the Awesome Motive team to build more innovative solutions to help you maximize the full power of your website search.

We have built a lot of internal tools to improve our website search that I’m really looking forward to sharing with the WordPress community.

We will be combining Jon’s vision with our own experience, so we can make the BEST WordPress search plugin even better.

This is truly going to be a game changer!

Whether you’re a publisher (blogger) or an eCommerce site owner, you should enable SearchWP to improve your website search and grow your business.

If you have suggestions on features you’d like to see in the SearchWP plugin, then please let us know by sending us a message via WPBeginner contact form.

As always, I want to thank you for your continued support of WPBeginner. We look forward to bringing you more amazing solutions to help you grow your business.

Yours Truly,

Syed Balkhi
Founder of WPBeginner

P.S. Want to join our team and work alongside me in helping small businesses grow and compete with the big guys? We’re hiring.

We’re a fully remote team of over 170+ amazingly talented team members across 31 countries.

P.P.S Are you a WordPress product owner looking for an investment or an exit (on fair, founder friendly terms)? Learn more about my WPBeginner Growth Fund.

The post Welcome SearchWP to WPBeginner Family of Products appeared first on WPBeginner.


July 07, 2021 at 09:36PM

7 Best Free Author Bio Box Plugins for WordPress Compared (2021)

Are you looking for the best free author bio box plugins for WordPress?

Adding an author bio box can help you connect with your readers, boost authority, and even attract new writers to your site.

In this article, we’ll highlight the best free author bio box plugins for WordPress.

7 best free author bio box plugins for WordPress compared (2021)

Why Use an Author Bio Box Plugin for WordPress?

An author bio box plugin lets you customize and display an author bio section at the end of your WordPress posts.

Many WordPress themes have this feature built-in. However, a plugin lets you change how the author bio is displayed, add social media links, and much more.

Author bio example

Adding a custom author bio box section can benefit your WordPress blog in many ways.

  • Improve author credibility and authority with your readers
  • Build a connection between readers and authors
  • Help persuade guest authors to write for your website

With that said, let’s take a look at some of the most popular author bio box plugins for WordPress that you can use on your WordPress website.

1. Simple Author Box

Simple Author Box

Simple Author Box is the best author bio box plugin. What started as a simple way to add a clean author box to your WordPress posts has grown into a very feature rich plugin.

This plugin lets you customize nearly every aspect of your author bio box. You can add an author bio, social media links, and a custom Gravatar.

You also have complete control over the colors, typography, background, and more. There’s an option to show the author’s email address, so your readers can get in touch directly.

The real-time preview box lets you see the changes to your author bio box as you customize it.

If you want even more features, then there’s a pro version that lets you display an author box before or after content, add website links, get more social icon styles, include guest and co-authors, and more.

2. Author Bio Box

Author Bio Box

Author Bio Box is an incredibly simple author bio box plugin that will display an author bio beneath your blog posts.

The author profiles can include an image, social media links, and a short description.

The design of the author profile box is very minimalist, so it won’t distract from the blog content. However, you do have control over the text and title color, background color, and border size.

For more details, see our guide on how to add an author info box in WordPress posts.

3. WP Post Author

WP Post Author

WP Post Author is a simple and easy to use author bio plugin. It seamlessly integrates with your site’s design and will blend into your content.

This plugin will display the author’s avatar, name, company role, a short bio, and social media icons.

You have control over which elements of the author bio will display, along with the alignment of the text and author image.

There are 3 different widgets and a shortcode you can use to display your author bio in your sidebar and other areas of your website.

4. Meks Smart Author Widget

Meks Smart Author Widget

Meks Smart Author Widget lets you add an author bio to any widget area of your site.

You can display an author avatar, a short bio, links to social media, and a link to the author profile page that lists all their articles.

This can be a great way to add a good looking author bio widget to your WordPress sidebar. The plugin set up is fairly straightforward, and it uses an auto-detect feature to find the correct post author and display their bio instantly.

Since the plugin will fetch author information from their WordPress profile, you need to make sure that all authors fill out their author information by editing their profiles.

5. Starbox

Starbox

Starbox is a feature rich and easy to use author bio box plugin. The goal is to make it as easy as possible to create a custom author bio box.

You’ll find a few different themes you can use to customize your author bios.

With this plugin, you can create unique author bio boxes for every author on your website. You have control over social media profiles, name, job or role, image, and more.

There’s even the option to add a tabbed author bio that includes the latest posts from that author.

If you’re running an online store, then this plugin can integrate with WooCommerce to display unique author bios as well.

6. Molongui Authorship

Molongui Authorship

Molongui Authorship is a great WordPress author bio box plugin that lets you display an author box, co-authors, and guest contributors.

This plugin makes it easy to create author bios and guest author bios without creating a WordPress account.

If you want to add additional authors and co-authors to WordPress, then see our guide on how to add new users and authors to your WordPress blog.

There are many customization options, including multiple layouts, colors, typography, author avatars, social media icons, and more. You can also control whether the author bio displays above or below the content.

Plus, you can fully customize the author bio using the WordPress Customizer, which makes things easy.

7. All in One SEO

AIOSEO

All in One SEO is the best WordPress SEO plugin in the market used by over 2 million websites.

It’s the most comprehensive SEO toolkit and will help you improve your search engine rankings without having to learn the ins and outs of SEO.

The setup wizard will help you pick the perfect SEO settings for your WordPress website, and you can start optimizing with the built-in SEO checklist.

You’ll also find a feature that will help you improve your author profile pages. By default, your author profile pages display a list of posts from respective author’s on your site.

These can help your readers find more content from their favorite author, and it can also help you get more search engine traffic.

AIOSEO add Twitter and Facebook

AIOSEO expands the default WordPress author profile and lets you add social media links in the meta data.

You can connect your Facebook and Twitter profiles to make your author profiles and author bio more engaging.

Author profile links

For more details, see our guide on how to display author’s Twitter and Facebook on the profile page.

Note: there is also a premium version of the AIOSEO available that offers even more advanced SEO features to help your website get more traffic from the search engines.

We hope this article helped you find the best free author bio box plugin for WordPress. You may also want to see our guide on how to change the author of a post in WordPress and our expert picks of the must have WordPress plugins for business websites.

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.

The post 7 Best Free Author Bio Box Plugins for WordPress Compared (2021) appeared first on WPBeginner.


July 07, 2021 at 02:40PM