An open API service indexing awesome lists of open source software.

https://github.com/schorpy/advanced-views-counter


https://github.com/schorpy/advanced-views-counter

wordpress wordpress-plugin

Last synced: 2 months ago
JSON representation

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.