https://github.com/rajendrakrdangi/all-in-one-count
https://github.com/rajendrakrdangi/all-in-one-count
all-in-one-count-plugin wordpress wordpress-plugin
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rajendrakrdangi/all-in-one-count
- Owner: rajendrakrdangi
- License: gpl-2.0
- Created: 2024-09-12T19:33:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T06:25:26.000Z (almost 2 years ago)
- Last Synced: 2026-04-10T11:40:29.750Z (3 months ago)
- Topics: all-in-one-count-plugin, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://github.com/androidbulb
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
Awesome Lists containing this project
README
=== All in One Count ===
Contributors: rajendraaviation
Tags: user count, visitor count, shortcode
Requires at least: 5.0
Tested up to: 6.3
Stable tag: 1.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
== Description ==
All in One Count is a simple plugin to display the total number of registered users and total visitor count via shortcodes.
== Installation ==
1. Upload the `all-in-one-count` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Use the shortcodes `[No_of_registered_users]` and `[visitor_count]` in your posts or pages.
== Frequently Asked Questions ==
= How do I use the shortcodes? =
You can use `[No_of_registered_users]` to display registered user count and `[visitor_count]` to display visitor count.
== Changelog ==
= 1.1.0 =
* Initial release.
== Upgrade Notice ==
No special upgrade instructions for version 1.0.0.
== Screenshots ==
1. Screenshot of the plugin settings page.
2. Example of the shortcode output in a post.