https://github.com/vanpariyar/wp-post-views
This is the simple plugin that counts the views of the your wordpress website
https://github.com/vanpariyar/wp-post-views
counts hectoberfest wordpress-plugin wordpress-plugin-development wordpress-website wp-post
Last synced: about 1 month ago
JSON representation
This is the simple plugin that counts the views of the your wordpress website
- Host: GitHub
- URL: https://github.com/vanpariyar/wp-post-views
- Owner: vanpariyar
- License: gpl-3.0
- Created: 2019-12-27T18:32:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-12-15T11:58:39.000Z (3 months ago)
- Last Synced: 2025-12-18T12:17:04.946Z (3 months ago)
- Topics: counts, hectoberfest, wordpress-plugin, wordpress-plugin-development, wordpress-website, wp-post
- Language: PHP
- Homepage: https://wordpress.org/plugins/wp-post-views/
- Size: 288 KB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# wp-post-views
use Docker To use this Plugin setup. (Not Compulasory)
```
$ git clone https://github.com/vanpariyar/wp-post-views.git
$ cd wp-post-views
$ docker-compose up -d
```
Goto : [localhost:8080/](http://localhost:8080/)
Live URL: https://wordpress.org/plugins/wp-post-views/
This is the simple plugin that counts the views of the your wordpress website and store the views in the database
For this repository i would like to give full credits to [AnkitaTanti](https://github.com/AnkitaTanti).
Contribution is highly appriciated.
### Contribution needed below
- Dynamic Block for the post views for gutenberg
- Language Translations

### For contribution make the saperate branch.
NOTE : Make sure we are Developing the Plugin.:sweat_smile:
Please Don't upload Whole wordpress setup.
## Features:
- We have option to show views count in the post coloumn.
- (You can disable this)All views are filterd with IP address. To just make sure get right count
-Support for the Custom post type by selecting menually in settings.
INSTALLATION :
1) Upload the plugin in to your wp-content > Plugins folder
2) You can change plugin settings in Admin panel > Settings > Wp Post View Settings
3) There are some options are by default selected for you but you can Change it.
That's it Thanks.