post-views-counter
Last commit date
assets
11 years ago
css
11 years ago
images
11 years ago
includes
11 years ago
js
11 years ago
languages
11 years ago
index.php
11 years ago
post-views-counter.php
11 years ago
readme.txt
11 years ago
readme.txt
91 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: 4.1.1 |
| 7 | Stable tag: 1.0.7 |
| 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 | * Possibility to manually set views count for each post |
| 24 | * Option to set time between counts |
| 25 | * Excluding counts from visitors: bots, logged in users, selected user roles |
| 26 | * Excluding users by IPs |
| 27 | * Restricting display by user roles |
| 28 | * One-click data import from WP-PostViews |
| 29 | * Post views display position, automatic or manual via shortcode |
| 30 | * W3 Cache/WP SuperCache compatible |
| 31 | * Optional object cache support |
| 32 | * Post views admin column |
| 33 | * WPML and Polylang compatible |
| 34 | * .pot file for translations included |
| 35 | |
| 36 | = Translations: = |
| 37 | * Hebrew - by [Ahrale Shrem](http://atar4u.com/) |
| 38 | * Polish - by Bartosz Arendt |
| 39 | * Russian - by moonkir |
| 40 | |
| 41 | = Get involved = |
| 42 | |
| 43 | Feel free to contribute to the source code on the [dFactory GitHub Repository](https://github.com/dfactoryplugins). |
| 44 | |
| 45 | |
| 46 | == Installation == |
| 47 | |
| 48 | 1. Install Post Views Counter either via the WordPress.org plugin directory, or by uploading the files to your server |
| 49 | 2. Activate the plugin through the 'Plugins' menu in WordPress |
| 50 | 3. Go to the Post Views Counter settings and set your options. |
| 51 | |
| 52 | == Frequently Asked Questions == |
| 53 | |
| 54 | No questions yet. |
| 55 | |
| 56 | == Screenshots == |
| 57 | |
| 58 | 1. screenshot-1.png |
| 59 | 2. screenshot-2.png |
| 60 | |
| 61 | == Changelog == |
| 62 | |
| 63 | = 1.0.7 = |
| 64 | * New: Possibility to manually set views count for each post |
| 65 | * New: Plugin development moved to [dFactory GitHub Repository](https://github.com/dfactoryplugins) |
| 66 | |
| 67 | = 1.0.6 = |
| 68 | * New: Object cache support, thanks to [Tomas Trkulja](http://zytzagoo.net/blog/) |
| 69 | * New: Hebrew translation, thanks to [Ahrale Shrem](http://atar4u.com/) |
| 70 | |
| 71 | = 1.0.5 = |
| 72 | * Tweak: Added number_format_i18n for displayed views count |
| 73 | * Tweak: Additional action hook for developers |
| 74 | |
| 75 | = 1.0.4 = |
| 76 | * Fix: Possible issue with remove_post_views_count function |
| 77 | |
| 78 | = 1.0.3 = |
| 79 | * New: Russian translation, thanks to moonkir |
| 80 | * Fix: Remove [post-views] shortcode from post excerpts if excerpt is empty |
| 81 | |
| 82 | = 1.0.2 = |
| 83 | * Fix: Pluggable functions initialized too lately |
| 84 | |
| 85 | = 1.0.0 = |
| 86 | Initial release |
| 87 | |
| 88 | == Upgrade Notice == |
| 89 | |
| 90 | = 1.0.7 = |
| 91 | * New: Possibility to manually set views count for each post |