Changeset 3065338
- Timestamp:
- 04/05/2024 09:57:41 AM (2 years ago)
- Location:
- total-user-count-shortcode
- Files:
-
- 2 edited
-
tags/1.1.2/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
total-user-count-shortcode/tags/1.1.2/readme.txt
r3065331 r3065338 1 1 === Total User Count Shortcode === 2 2 Contributors: morganhvidt 3 Tags: user count, roles, total users, tally 3 Tags: user count, roles, total users, tally, all users 4 4 Author URI: https://puri.io/ 5 5 Author: Morgan Hvidt … … 16 16 == Description == 17 17 18 Total User Count adds a shortcode to display the number of user accounts in your WordPress site. There is no admin screen, just the shortcode **[total_user_count]**18 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]`. 19 19 20 ## Get the user count for specific roles20 ### Features: 21 21 22 You can now get the amount of users with any role. Use shortcode like this to insert the amount of WooCommerce customers into your page: 22 - **Display Total Users**: Use `[total_user_count]` to show the total number of users. 23 - **Filter by Role**: Specify a user role to display counts for, e.g., `[total_user_count role="customer"]` for WooCommerce customers. 24 - **Combine Roles**: Tally multiple roles together, e.g., `[total_user_count role="subscriber, author"]`. 25 - **Support for Custom Roles**: Works with custom user roles added by other plugins. 23 26 24 ``` 25 [total_user_count role="customer"] 26 ``` 27 ### Common WordPress User Roles: 27 28 28 ## Tally multiple roles togethers 29 - subscriber 30 - author 31 - editor 32 - contributor 33 - administrator 34 - customer (WooCommerce) 29 35 30 You can sum multiple user roles together by defining them in the shortcode. 31 Here's an enable of subscribers and authors be counted together. 36 ### Social Proof: 32 37 33 ``` 34 [total_user_count role="subscriber, author"] 35 ``` 38 Showcase your site's popularity by displaying the number of users anywhere on your site using the shortcode. 36 39 37 ## Custom User roles 40 == Installation == 38 41 39 Custom user roles can be added by any plugin. You just have to make sure the role name is correct, otherwise "N/A" will be displayed. Display the amount of registered WordPress subscribers with this shortcode `[total_user_count role="subscriber"]` 42 1. Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly. 43 2. Activate the plugin through the 'Plugins' menu in WordPress. 44 3. Use the shortcode `[total_user_count]` in your posts, pages, or widgets to display the user count. 45 4. No further configuration is needed. 40 46 41 Common WordPress user roles: 47 == Frequently Asked Questions == 42 48 43 * subscriber 44 * author 45 * editor 46 * contributor 47 * administrator 49 ### Can I use the shortcode anywhere? 48 50 49 ## Use it for social proof 50 I just released Total User Count. Display the number of users any where on your WordPress site using the shortcode 51 `[total_user_count]` 52 53 ! Give it a go! 54 55 There is no admin screen, the plugin is **simple**, **lightweight** and **just works**. 56 57 Consider leaving a 5 star review! 51 Yes, the shortcode can be placed in any post, page, or widget area, and within any content like paragraphs or headings (H1, H2, etc.). 58 52 59 53 == Installation == -
total-user-count-shortcode/trunk/readme.txt
r3065331 r3065338 1 1 === Total User Count Shortcode === 2 2 Contributors: morganhvidt 3 Tags: user count, roles, total users, tally 3 Tags: user count, roles, total users, tally, all users 4 4 Author URI: https://puri.io/ 5 5 Author: Morgan Hvidt … … 16 16 == Description == 17 17 18 Total User Count adds a shortcode to display the number of user accounts in your WordPress site. There is no admin screen, just the shortcode **[total_user_count]**18 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]`. 19 19 20 ## Get the user count for specific roles20 ### Features: 21 21 22 You can now get the amount of users with any role. Use shortcode like this to insert the amount of WooCommerce customers into your page: 22 - **Display Total Users**: Use `[total_user_count]` to show the total number of users. 23 - **Filter by Role**: Specify a user role to display counts for, e.g., `[total_user_count role="customer"]` for WooCommerce customers. 24 - **Combine Roles**: Tally multiple roles together, e.g., `[total_user_count role="subscriber, author"]`. 25 - **Support for Custom Roles**: Works with custom user roles added by other plugins. 23 26 24 ``` 25 [total_user_count role="customer"] 26 ``` 27 ### Common WordPress User Roles: 27 28 28 ## Tally multiple roles togethers 29 - subscriber 30 - author 31 - editor 32 - contributor 33 - administrator 34 - customer (WooCommerce) 29 35 30 You can sum multiple user roles together by defining them in the shortcode. 31 Here's an enable of subscribers and authors be counted together. 36 ### Social Proof: 32 37 33 ``` 34 [total_user_count role="subscriber, author"] 35 ``` 38 Showcase your site's popularity by displaying the number of users anywhere on your site using the shortcode. 36 39 37 ## Custom User roles 40 == Installation == 38 41 39 Custom user roles can be added by any plugin. You just have to make sure the role name is correct, otherwise "N/A" will be displayed. Display the amount of registered WordPress subscribers with this shortcode `[total_user_count role="subscriber"]` 42 1. Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly. 43 2. Activate the plugin through the 'Plugins' menu in WordPress. 44 3. Use the shortcode `[total_user_count]` in your posts, pages, or widgets to display the user count. 45 4. No further configuration is needed. 40 46 41 Common WordPress user roles: 47 == Frequently Asked Questions == 42 48 43 * subscriber 44 * author 45 * editor 46 * contributor 47 * administrator 49 ### Can I use the shortcode anywhere? 48 50 49 ## Use it for social proof 50 I just released Total User Count. Display the number of users any where on your WordPress site using the shortcode 51 `[total_user_count]` 52 53 ! Give it a go! 54 55 There is no admin screen, the plugin is **simple**, **lightweight** and **just works**. 56 57 Consider leaving a 5 star review! 51 Yes, the shortcode can be placed in any post, page, or widget area, and within any content like paragraphs or headings (H1, H2, etc.). 58 52 59 53 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.