-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
70 lines (51 loc) · 2.34 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
=== 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 [[email protected]](mailto:[email protected])
== 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.