post-views-counter
Last commit date
css
10 years ago
images
10 years ago
includes
10 years ago
js
10 years ago
languages
10 years ago
index.php
10 years ago
post-views-counter.php
10 years ago
readme.txt
10 years ago
readme.txt
138 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: 4.0.0 |
| 6 | Tested up to: 4.4.2 |
| 7 | Stable tag: 1.2.0 |
| 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 | * Dashboard post views stats widget |
| 25 | * Capability to query posts according to its views count |
| 26 | * Option to set time between counts |
| 27 | * Excluding counts from visitors: bots, logged in users, selected user roles |
| 28 | * Excluding users by IPs |
| 29 | * Restricting display by user roles |
| 30 | * Restricting post views editing to admins |
| 31 | * One-click data import from WP-PostViews |
| 32 | * Sortable admin column |
| 33 | * Post views display position, automatic or manual via shortcode |
| 34 | * W3 Cache/WP SuperCache compatible |
| 35 | * Optional object cache support |
| 36 | * WPML and Polylang compatible |
| 37 | * .pot file for translations included |
| 38 | |
| 39 | = Translations: = |
| 40 | |
| 41 | * Croation - by [Tomas Trkulja](http://zytzagoo.net/blog/) |
| 42 | * French - by[Theophil Bethel](http://reseau-chretien-gironde.fr/) |
| 43 | * Hebrew - by [Ahrale Shrem](http://atar4u.com/) |
| 44 | * Italian - by [Rene Querin](http://www.q-design.it) |
| 45 | * Polish - by Bartosz Arendt |
| 46 | * Russian - by moonkir |
| 47 | * Spanish - by [Carlos Rodriguez](http://cglevel.com/) |
| 48 | |
| 49 | = Get involved = |
| 50 | |
| 51 | Feel free to contribute to the source code on the [dFactory GitHub Repository](https://github.com/dfactoryplugins). |
| 52 | |
| 53 | |
| 54 | == Installation == |
| 55 | |
| 56 | 1. Install Post Views Counter either via the WordPress.org plugin directory, or by uploading the files to your server |
| 57 | 2. Activate the plugin through the 'Plugins' menu in WordPress |
| 58 | 3. Go to the Post Views Counter settings and set your options. |
| 59 | |
| 60 | == Frequently Asked Questions == |
| 61 | |
| 62 | No questions yet. |
| 63 | |
| 64 | == Screenshots == |
| 65 | |
| 66 | 1. screenshot-1.png |
| 67 | 2. screenshot-2.png |
| 68 | |
| 69 | == Changelog == |
| 70 | |
| 71 | = 1.2.0 = |
| 72 | * New: Dashboard post views stats widget. |
| 73 | * Fix: A couple of typos in method names. |
| 74 | |
| 75 | = 1.1.4 = |
| 76 | * Fix: Dashicons link broken. |
| 77 | * Tweak: Confirmed WordPress 4.4 compatibility. |
| 78 | |
| 79 | = 1.1.3 = |
| 80 | * Fix: Duplicated views count in custom post types |
| 81 | * Fix: Exclude visitors checkboxes not working |
| 82 | |
| 83 | = 1.1.2 = |
| 84 | * Fix: Most viewed posts widget broken |
| 85 | |
| 86 | = 1.1.1 = |
| 87 | * Tweak: Enable edit views on new post. |
| 88 | * Tweak: Extend WP_Query post data with post_views |
| 89 | |
| 90 | = 1.1.0 = |
| 91 | * New: Quick post views edit |
| 92 | * New: Bulk post views edit |
| 93 | * Tweak: Admin UI improvements |
| 94 | |
| 95 | = 1.0.12 = |
| 96 | * New: Italian translation, thanks to [Rene Querin](http://www.q-design.it) |
| 97 | |
| 98 | = 1.0.11 = |
| 99 | * New: French translation, thanks to [Theophil Bethel](http://reseau-chretien-gironde.fr/) |
| 100 | |
| 101 | = 1.0.10 = |
| 102 | * New: Option to limit post views editing to admins only |
| 103 | |
| 104 | = 1.0.9 = |
| 105 | * New: Spanish translation, thanks to [Carlos Rodriguez](http://cglevel.com/) |
| 106 | |
| 107 | = 1.0.8 = |
| 108 | * New: Croation translation, thanks to [Tomas Trkulja](http://zytzagoo.net/blog/) |
| 109 | |
| 110 | = 1.0.7 = |
| 111 | * New: Possibility to manually set views count for each post |
| 112 | * New: Plugin development moved to [dFactory GitHub Repository](https://github.com/dfactoryplugins) |
| 113 | |
| 114 | = 1.0.6 = |
| 115 | * New: Object cache support, thanks to [Tomas Trkulja](http://zytzagoo.net/blog/) |
| 116 | * New: Hebrew translation, thanks to [Ahrale Shrem](http://atar4u.com/) |
| 117 | |
| 118 | = 1.0.5 = |
| 119 | * Tweak: Added number_format_i18n for displayed views count |
| 120 | * Tweak: Additional action hook for developers |
| 121 | |
| 122 | = 1.0.4 = |
| 123 | * Fix: Possible issue with remove_post_views_count function |
| 124 | |
| 125 | = 1.0.3 = |
| 126 | * New: Russian translation, thanks to moonkir |
| 127 | * Fix: Remove [post-views] shortcode from post excerpts if excerpt is empty |
| 128 | |
| 129 | = 1.0.2 = |
| 130 | * Fix: Pluggable functions initialized too lately |
| 131 | |
| 132 | = 1.0.0 = |
| 133 | Initial release |
| 134 | |
| 135 | == Upgrade Notice == |
| 136 | |
| 137 | = 1.2.0 = |
| 138 | * New: Dashboard post views stats widget. |