post-views-counter
Last commit date
assets
12 years ago
css
12 years ago
images
12 years ago
includes
12 years ago
js
12 years ago
languages
12 years ago
index.php
12 years ago
post-views-counter.php
12 years ago
readme.txt
12 years ago
readme.txt
62 lines
| 1 | === Post Views Counter === |
| 2 | Contributors: dfactory |
| 3 | Donate link: http://www.dfactory.eu/ |
| 4 | Tags: counter, hits, postviews, post views, views, count |
| 5 | Requires at least: 3.8.0 |
| 6 | Tested up to: 3.9.1 |
| 7 | Stable tag: 1.0.2 |
| 8 | License: MIT License |
| 9 | License URI: http://opensource.org/licenses/MIT |
| 10 | |
| 11 | Forget WP-PostViews. Display how many times a post, page or custom post type had been viewed in a simple, fast and reliable way. |
| 12 | |
| 13 | == Description == |
| 14 | |
| 15 | [Post Views Counter](http://www.dfactory.eu/plugins/post-views-counter/) allows you to display how many times a post, page or custom post type had been viewed with this simple, fast and easy to use plugin. |
| 16 | |
| 17 | For more information, check out plugin page at [dFactory](http://www.dfactory.eu/) or plugin [support forum](http://www.dfactory.eu/support/forum/post-views-counter/). |
| 18 | |
| 19 | = Features include: = |
| 20 | |
| 21 | * Option to select post types for which post views will be counted and displayed. |
| 22 | * 2 methods of collecting post views data: PHP and Javascript, for greater flexibility |
| 23 | * Option to set time between counts |
| 24 | * Excluding counts from visitors: bots, logged in users, selected user roles |
| 25 | * Excluding users by IPs |
| 26 | * Restricting display by user roles |
| 27 | * One-click data import from WP-PostViews |
| 28 | * Post views display position, automatic or manual via shortcode |
| 29 | * W3 Cache/WP SuperCache compatible |
| 30 | * WPML and Polylang compatible |
| 31 | * .pot file for translations included |
| 32 | |
| 33 | = Translations: = |
| 34 | * Polish - by Bartosz Arendt |
| 35 | |
| 36 | |
| 37 | == Installation == |
| 38 | |
| 39 | 1. Install Post Views Counter either via the WordPress.org plugin directory, or by uploading the files to your server |
| 40 | 2. Activate the plugin through the 'Plugins' menu in WordPress |
| 41 | 3. Go to the Post Views Counter settings and set your options. |
| 42 | |
| 43 | == Frequently Asked Questions == |
| 44 | |
| 45 | No questions yet. |
| 46 | |
| 47 | == Screenshots == |
| 48 | |
| 49 | 1. screenshot-1.png |
| 50 | 2. screenshot-2.png |
| 51 | |
| 52 | == Changelog == |
| 53 | |
| 54 | = 1.0.2 = |
| 55 | * Fix: Pluggable functions initialized too lately |
| 56 | |
| 57 | = 1.0.0 = |
| 58 | Initial release |
| 59 | |
| 60 | == Upgrade Notice == |
| 61 | = 1.0.2 = |
| 62 | * Fix: Pluggable functions initialized too lately |