Total User Count Shortcode provides a simple way to display the number of registered users on your WordPress site. It's a lightweight plugin with no admin screen, offering a straightforward shortcode:
[total_user_count]
.
Features:
- Display Total Users: Use
[total_user_count]
to show the total number of users.
- Filter by Role: Specify a user role to display counts for, e.g.,
[total_user_count role="customer"]
for WooCommerce customers.
- Combine Roles: Tally multiple roles together, e.g.,
[total_user_count role="subscriber, author"]
.
- Support for Custom Roles: Works with custom user roles added by other plugins.
Common WordPress User Roles:
- subscriber
- author
- editor
- contributor
- administrator
- customer (WooCommerce)
Social Proof:
Showcase your site's popularity by displaying the number of users anywhere on your site using the shortcode.
- Upload the plugin files to the
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly.
- Activate the plugin through the 'Plugins' menu in WordPress.
- Use the shortcode
[total_user_count]
in your posts, pages, or widgets to display the user count.
- No further configuration is needed.
== Installation ==
The Total User Count plugin Installation Instructions:
- Upload the Total User Count Shortcode plugin to your /wp-content/plugins/ directory or through the Plugin admin section under "add new".,
- Activate the plugin through the ‘Plugins’ menu in WordPress.,
- Configure your settings.
- That's it!