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

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

Awesome Lists containing this project

README

          

![Deploy](https://github.com/vanpariyar/wp-post-views/workflows/Deploy/badge.svg)

# 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

![banner-wp-post-views](https://user-images.githubusercontent.com/26689210/81412482-8e17c880-9161-11ea-86cc-60e2c1f3fa9a.png)

### 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.