https://github.com/schorpy/advanced-views-counter
https://github.com/schorpy/advanced-views-counter
wordpress wordpress-plugin
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/schorpy/advanced-views-counter
- Owner: schorpy
- License: gpl-3.0
- Created: 2025-04-13T04:40:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-03T10:02:12.000Z (about 1 year ago)
- Last Synced: 2025-05-06T19:16:58.344Z (about 1 year ago)
- Topics: wordpress, wordpress-plugin
- Language: JavaScript
- Homepage: https://wordpress.org/plugins/advanced-views-counter/
- Size: 854 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advanced Views Counter - WordPress Post View Plugin
Advanced Views Counter lets you track and display the number of views for your posts, pages, or custom post types in a powerful, flexible, and performance-optimized way. Easily monitor content popularity with detailed view counts and advanced filtering options.
## Features
- Dashboard post views stats
- Option to set counts interval
- Excluding counts from visitors: bots, logged in users, selected user roles
- Post views display position
- most popular post
- Top Referrer
### Screenshots
## Installation
Clone the repository:
```sh
git clone https://github.com/schorpy/advanced-views-counter.git
cd advanced-views-counter
```
Install dependencies:
```sh
npm install
composer install
```
## Development
Start the development server:
```sh
npm run dev
```
## Build
Compile and optimize the plugin for production:
```sh
npm run build
```
## Resources
- CSS & Styling: Source files for Tailwind CSS and SASS are available in the resources/css directory.
- JavaScript & React: JSX, TSX, and JavaScript files are available in the resources/js directory.
## Minified Assets:
-Minified CSS files are located in /assets/css.
-Minified JavaScript files are located in /assets/js.