Skip to content

Commit

Permalink
Merge pull request #5 from vanpariyar/developer
Browse files Browse the repository at this point in the history
Developer
  • Loading branch information
vanpariyar committed Feb 3, 2020
2 parents 6dd55d7 + de1c553 commit eb12822
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 3 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,13 @@ Please Don't upload Whole wordpress setup.

## Features:
- We have option to show views count in the post coloumn.
- All views are filterd with IP address.
- (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.
34 changes: 34 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
=== Wp Post Views - Wordpress Post views counter ===
Contributors: vanpariyar, Brijeshdhanani
Tags: post views, count wordpress site views, show post views, post view counter, WP Post Views, post view count based on ip
Requires at least: 4.0
Requires PHP: 5.3
Tested up to: 5.3.2
Stable tag: 1.7.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Wordpress Post views counter

== Description ==

Wordpress post views counter counts the view of your Built in post type and Custom post type.

= Features =

### Features And Options:
* Simple, and easy to understand.
* Option to filter views on IP address to get accurate post count.
* Option to select the custom post type.


== Installation ==

1. Install the plugin either via the WordPress.org plugin directory, or by uploading the files to your server (in the /wp-content/plugins/ directory).
2. Activate the User Registration plugin through the 'Plugins' menu in WordPress.
3. TO make settings Go to User Admin panel Settings->WP Post views


== Screenshots ==

1. screenshot
4 changes: 2 additions & 2 deletions wp-post-views.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
* Plugin Name: WP Post Views
* Plugin URI: https://github.com/vanpariyar/wp-post-views
* Description: WP Post Views.
* Version: 0.0.1
* Version: 1.0
* Requires at least: 5.0
* Requires PHP: 7.2
* Requires PHP: 7.0
* Author: Ronak J Vanpariya
* Author URI: https://example.com
* Text Domain: wp-post-views
Expand Down

0 comments on commit eb12822

Please sign in to comment.