Update README.md
This commit is contained in:
parent
7163b3614d
commit
3dd8ed6803
1 changed files with 45 additions and 2 deletions
47
README.md
47
README.md
|
|
@ -1,3 +1,46 @@
|
|||
# Ansico-Stat-plugin
|
||||
# Ansico Stat plugin
|
||||
|
||||
Shows basic stats in a WordPress site
|
||||
Ansico Stat Plugin is a lightweight statistics plugin for WordPress that tracks views across your site and provides admin-friendly reporting in the dashboard and in dedicated statistics pages.
|
||||
|
||||
## Features
|
||||
|
||||
Features include:
|
||||
|
||||
- Track views for posts, pages, and selected public custom post types
|
||||
- Track views for front page, posts page, archives, taxonomies, search results, and 404 pages
|
||||
- Admin-only frontend view counter
|
||||
- Monthly and yearly statistics pages
|
||||
- Daily total views charts
|
||||
- Top views by month and year
|
||||
- Referral source statistics
|
||||
- Device, browser, and operating system breakdowns
|
||||
- Bot exclusion and logged-in user exclusion rules
|
||||
- Reset statistics from the settings page
|
||||
|
||||
## Installation
|
||||
|
||||
1. Upload the plugin folder to the `/wp-content/plugins/` directory, or upload the ZIP from the WordPress admin.
|
||||
2. Activate the plugin through the 'Plugins' screen in WordPress.
|
||||
3. Go to `Ansico Stat Plugin` in the admin menu to configure settings and view statistics.
|
||||
|
||||
Or install it through Ansico plugins.
|
||||
|
||||
## FAQ
|
||||
|
||||
### Can I exclude administrators or logged-in users?
|
||||
|
||||
Yes. You can choose whether to count everyone, exclude administrators only, or exclude all logged-in users.
|
||||
|
||||
### Can I choose what to track?
|
||||
|
||||
Yes. You can choose which post types and page types the plugin should track.
|
||||
|
||||
### Where can I get support?
|
||||
|
||||
Support URL: https://ansico.dk/Ansico/Ansico-Stat-plugin
|
||||
|
||||
## Changelog
|
||||
|
||||
- v1.0.0: First public release.
|
||||
- v1.1.0: Major update.
|
||||
- v1.1.1: Lots of corrections. Now monthly statistics, yearly statistics, lifetime statistics and single page statistics.
|
||||
Loading…
Reference in a new issue