=== Posts Unique View Counter === Contributors: dcangulo Plugin URI: Plugin URI: https://github.com/dcangulo/posts-unique-view-counter Tags: post, views, counter, hits, analytics, post counter, post hits, post views Requires at least: 4.8.5 Tested up to: 5.9.0 Requires PHP: 7.2 Stable tag: trunk License: GPL2 == Description == Easily count unique views of your posts. Just install the plugin and the counting begins. No coding skills needed. = How does it work? = * All views of the post will start at zero (0) upon the plugin installation. * When a visitor viewed your post, it will save a cookie on the visitor so that same visitor will only count as one (1) view, this way we can uniquely identify each visitor. * The cookie expires after a month, so if the same person viewed your post after the cookie expires it will count as another view. * Visitors who use "incognito" or something similar will be counted always as a unique visitor because "incognito" mode does not save cookies. * One (1) visitor = One (1) cookie. Please rate and review the plugin if you find it useful. Find my other works here: [https://www.davidangulo.xyz/portfolio/](https://www.davidangulo.xyz/portfolio/) == Installation == 1. In your WordPress admin menu, hover to **Plugins** and click **Add New**. 2. Enter **Posts Unique View Counter** in the searchbox. 3. Find the plugin entitled **Posts Unique View Counter** by **David Angulo** then click **Install Now**. 4. Click **Activate** once the plugin is installed. == Frequently Asked Questions == Do you have any question/s? You may contact me using the email [hello@davidangulo.xyz](mailto:hello@davidangulo.xyz) == Screenshots == 1. Posts Unique View Counter running on Twenty Twenty theme. 2. Posts list page with view column. 3. Posts Unique View Counter settings. == Changelog == = 1.4.0 = * Test against WordPress 5.9.0. = 1.3.0.1 = * Updated screenshots. * Tested compatibility with WordPress 5.4.2. = 1.3.0.0 = * Rewrite code for PHP 7.2. * Tested against WordPress 5.4 and above. * Optimized SQL queries. * Added setting for hiding view count on public. = 1.2.0 = * Tested against WordPress 5.0 and above. * Optimized code. = 1.1.0 = * Added view count on All Posts page. * Added another screenshot. * Updated the plugin description. = 1.0.0 = * Initial release.