How to Display the Number of Registered Users in WordPress

Do you want to display the number of registered users on your WordPress website? Displaying the number of registered users helps encourage other visitors to register as well. Stating a fact like this proves that other visitors are registering, so why should a visitor be the odd man out? It’s almost similar to peer pressure and is quite effective.

Showing this stat can also help show that your website is constantly growing. Loyal visitors who regularly check will see this stat grow, which is a great thing for them to see, but remember, it works both ways and they can see a decline as well. Today, I will demonstrate how to display the number of registered users in WordPress using two methods.

How to Handle WordPress Stats

Showing growth and popularity is never a bad thing and most websites brag about these stats whenever the possibility arises. However, you need to be careful, stats can show growth, but they can also show a decline. When this happens a common thought is to try and hide or remove the stats, but this may actually hurt you more because it shows that you do not have confidence that the decline will eventually stop.

Once you decide to show your stats off to the world, don’t stop doing so. No matter how big or small your website is, your website’s statistics are important to everyone. This includes your visitors and partners.

How to Display the Number of Registered Users in WordPress

Today, I will demonstrate how to display the number of registered users in WordPress using two methods. The first method is to use the Simple Blog Stats plugin. It’s a very easy plugin to use and the process is very quick. The second method is to manually show the number of registered users with code. Remember that every plugin will slow down your website, so using code is always a more effective way of adding features to your website.

Method 1: Installing Simple Blog Stats

Let’s start by going to the plugins area of WordPress and click on the Add New option.

Add New

Search for Simple Blog Stats in the available search box. This will pull up additional plugins that you may find helpful.

Search for Simple Blog Stats in the available search box.

Scroll down until you find the Simple Blog Stats plugin and click on the “Install Now” button and activate the plugin for use.

Click on the "Install Now" button.

On the left-hand admin panel click on Settings and select the Simple Blog Stats option. This will pull up the main settings page.

Click on Settings and select the Simple Blog Stats option.

Using Simple Blog Stats

This plugin utilizes shortcodes to show specific stats on your website. These shortcodes can be placed on any page, post, or text widget on your website. Click on the Shortcodes section on the settings page.

Click on the Shortcodes section on the settings page.

This will reveal all of the shortcodes you can use with this plugin. You can share all kinds of stats like total posts, pages, post types, and much more. Locate the shortcode for the number of users and copy the shortcode, which should be [sbs_users}. Simply paste the shortcode wherever you want to display the number of users on your website.

Copy the Shortcode.

Congratulations, you have successfully displayed the number of users on your website.

Method 2: Coding Approach

This approach will have the same result of the plugin but will require a simple code edit.

Let’s start by logging into the cPanel and clicking on the File Manager option. The File Manager will allow you to access all of the files related to your website.

Click on the File Manager option.

You need to locate your theme’s functions.php file. Click on the public_html directory, then click on the wp-content folder. Inside of this folder, you will find all of the content related to your website. Click on the themes folder and enter the folder of the theme you are currently using. Finally, right-click on the functions.php file and select the Edit option.

Select the "Edit" option.

A pop-up window will show up. This box will warn you to create a backup of your files before editing anything. This will ensure that you can revert your website back to when it was working if something goes wrong. Click on the “Edit” button. A new tab will open containing all of the code from the file.

Click on the "Edit" button.

Simply copy and paste the following lines of code into your functions.php file:[ht_message mstyle=”info” title=”” show_icon=”” id=”” class=”” style=”” ]function users_number() {
$usercount = count_users();
$result = $usercount[‘total_users’];
return $result;
}
add_shortcode(‘number_of_users’, ‘users_number’);[/ht_message]

This will create a shortcode [number_of_users] that you can use on your website to display the number of users. Once you have inserted the code into the functions.php file, click on the “Save Changes” button to finish.

Click on the "Save Changes" button.

Congratulations, you have successfully added the number of users on your website without using a plugin. If at any time you want to remove this code, simply delete it from the functions.php file.

Share All of the Positive Stats You Can

If you look at any major website or company, you are likely to see all of the positive facts advertised. Showcasing good stats helps improve your website’s image and a better image means your visitors will help spread the word. It is a great way to show that everything is going right, but sometimes the stats may not be great and you need to be able to explain why or how you plan to turn the situation around.

Which method have you chosen to use? Was the method you chose easy to follow?

11 thoughts on “How to Display the Number of Registered Users in WordPress”

  1. Great site you’ve got here.. It’s hard to find high quality writing like yours these days. I seriously appreciate people like you! Take care!!

  2. Good post. I learn something new and challenging on sites I stumbleupon on a daily basis. It’s always useful to read through content from other authors and practice something from their web sites.

  3. franklynswitzer

    Excellent web site. A lot of helpful info here. I’m sending it to several friends ans also sharing in delicious. And obviously, thanks on your sweat!

  4. Hello! This is my first visit to your blog! We are a team of volunteers and starting a new initiative in a community in the same niche. Your blog provided us beneficial information to work on. You have done a marvellous job!

  5. hollierasmussen

    If you desire to improve your know-how only keep visiting this site and be updated with the most recent information posted here.

  6. antoinettestockw

    Oh my goodness! Incredible article dude! Thank you so much, However I am going through troubles with your RSS. I don’t understand why I cannot join it. Is there anyone else having similar RSS issues? Anyone who knows the solution will you kindly respond? Thanx!!

  7. christinefitzwat

    Attractive component of content. I just stumbled upon your web site and in accession capital to claim that I acquire actually enjoyed account your blog posts. Any way I will be subscribing on your feeds and even I achievement you get entry to constantly rapidly.

  8. Hmm it appears like your site ate my first comment (it was extremely long) so I guess I’ll just sum it up what I wrote and say, I’m thoroughly enjoying your blog. I as well am an aspiring blog blogger but I’m still new to the whole thing. Do you have any points for rookie blog writers? I’d really appreciate it.

  9. Hmm it appears like your site ate my first comment (it was super long) so I guess I’ll just sum it up what I had written and say, I’m thoroughly enjoying your blog. I as well am an aspiring blog blogger but I’m still new to everything. Do you have any tips for rookie blog writers? I’d definitely appreciate it.

    1. Continue learning. Read all you can about AP Style writing, SEO content writing, and ways to engage your target audience. Don’t worry too much about blog length until you find that “sweet spot” that works best for your website. And never fill your content with fluff or filler content. 🙂

      Good luck to you!

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.