Plugin Directory

Changeset 3065338


Ignore:
Timestamp:
04/05/2024 09:57:41 AM (2 years ago)
Author:
morganhvidt
Message:

Updated readme

Location:
total-user-count-shortcode
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • total-user-count-shortcode/tags/1.1.2/readme.txt

    r3065331 r3065338  
    11=== Total User Count Shortcode ===
    22Contributors: morganhvidt
    3 Tags: user count, roles, total users, tally
     3Tags: user count, roles, total users, tally, all users
    44Author URI: https://puri.io/
    55Author: Morgan Hvidt
     
    1616== Description ==
    1717
    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]**
     18Total 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]`.
    1919
    20 ## Get the user count for specific roles
     20### Features:
    2121
    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.
    2326
    24 ```
    25 [total_user_count role="customer"]
    26 ```
     27### Common WordPress User Roles:
    2728
    28 ## Tally multiple roles togethers
     29- subscriber
     30- author
     31- editor
     32- contributor
     33- administrator
     34- customer (WooCommerce)
    2935
    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:
    3237
    33 ```
    34 [total_user_count role="subscriber, author"]
    35 ```
     38Showcase your site's popularity by displaying the number of users anywhere on your site using the shortcode.
    3639
    37 ## Custom User roles
     40== Installation ==
    3841
    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"]`
     421. Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly.
     432. Activate the plugin through the 'Plugins' menu in WordPress.
     443. Use the shortcode `[total_user_count]` in your posts, pages, or widgets to display the user count.
     454. No further configuration is needed.
    4046
    41 Common WordPress user roles:
     47== Frequently Asked Questions ==
    4248
    43 * subscriber
    44 * author
    45 * editor
    46 * contributor
    47 * administrator
     49### Can I use the shortcode anywhere?
    4850
    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!
     51Yes, the shortcode can be placed in any post, page, or widget area, and within any content like paragraphs or headings (H1, H2, etc.).
    5852
    5953== Installation ==
  • total-user-count-shortcode/trunk/readme.txt

    r3065331 r3065338  
    11=== Total User Count Shortcode ===
    22Contributors: morganhvidt
    3 Tags: user count, roles, total users, tally
     3Tags: user count, roles, total users, tally, all users
    44Author URI: https://puri.io/
    55Author: Morgan Hvidt
     
    1616== Description ==
    1717
    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]**
     18Total 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]`.
    1919
    20 ## Get the user count for specific roles
     20### Features:
    2121
    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.
    2326
    24 ```
    25 [total_user_count role="customer"]
    26 ```
     27### Common WordPress User Roles:
    2728
    28 ## Tally multiple roles togethers
     29- subscriber
     30- author
     31- editor
     32- contributor
     33- administrator
     34- customer (WooCommerce)
    2935
    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:
    3237
    33 ```
    34 [total_user_count role="subscriber, author"]
    35 ```
     38Showcase your site's popularity by displaying the number of users anywhere on your site using the shortcode.
    3639
    37 ## Custom User roles
     40== Installation ==
    3841
    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"]`
     421. Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly.
     432. Activate the plugin through the 'Plugins' menu in WordPress.
     443. Use the shortcode `[total_user_count]` in your posts, pages, or widgets to display the user count.
     454. No further configuration is needed.
    4046
    41 Common WordPress user roles:
     47== Frequently Asked Questions ==
    4248
    43 * subscriber
    44 * author
    45 * editor
    46 * contributor
    47 * administrator
     49### Can I use the shortcode anywhere?
    4850
    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!
     51Yes, the shortcode can be placed in any post, page, or widget area, and within any content like paragraphs or headings (H1, H2, etc.).
    5852
    5953== Installation ==
Note: See TracChangeset for help on using the changeset viewer.