Display number of visits for each page in admin dashboard and browser developer-tool/console. Doesn't count page refresh as a new visit...
This plugin is going to display the number of visits for each page in the:
You can add and display counters on the frontend of your website:
( Page-visits-counter does not count page refresh as a new visit while Website-visits-counter counts everything. )
The purpose of this plugin is to supplement the report of actual visits to the pages of the website that cannot be recorded through advanced analytical tools. Advanced analytical tools require the consent of a visitor before the visit is recorded.
If you change the name of an existing page, post, product, archive, etc. then the old page will remain intact in the page visits report.
After a new visit, the new page name will appear in the page visits report and the counter will start counting visits for the new page from the start.
If you delete an existing page, post, product, archive, etc. then the page will remain intact in the page visits report including its number of visits.
There are two counter types:
You can add one or both counter types on your website or page frontend.
Instructions on how to add counter/s to your website are in the plugin settings page under the tab named counter.
On the plugin delete/uninstall it will automatically clean its data from the database unless you select to preserve them in the plugin settings area.
Therefore, it is harmless for you to try out this plugin.
Admin dashboard widget has four wp-hooks:
After the plugin is installed and activated, you need to flush the cache memory for all pages and delete minified javascript (JS) and styling (CSS) files.
( Minified JS and CSS files will be recreated automatically by their own plugin/software.)
If you are using cashing method to improve your website loading speed then you have to clean the cache memory so the plugin code gets included in your website code.
Otherwise, it will not work.
A WP website cashing options can be found in:
( A minify JS and CSS option can be found in WP automatic optimization plugins. )
You should flush the cache memory from all three places in the presented order.
Usually, there are buttons for that:
After that, log out from your website and visit the page that counts.
That visit should be recorded and you should see it in the plugin dashboard widget. To see it, you should log in again to your WP website backend and visit the menu option called Dashboard. Search for the widget like seen in the screenshot tab.
If you have installed and activated the plugin then you can select the “Dashboard” option from the WordPress admin menu and there you should find a widget called “ALL PAGE VISITS.”
If it is not expanded, just click on the title and you should be able to see it.
If there are no recorded visits yet, a quick info tab is going to be expanded with a short explanation on what type of visits are going to be recorded.
You will find it under the settings option in the WordPress admin menu.
It is called “Page Visits Counter Lite”.
Yes, there are two TOTAL VISITS boxes.
The first one is going to sum all page visits without counting a page refresh/reload.
The second one will count the sum of all visits, including a page refresh/reload.
Yes, you can.
Yes, you can update the number of TOTAL VISITS box and you can update the number of visits for each page.
The TOTAL PAGE VISITS box will recalculate the number of page visits automatically.
No, there is no such option.
Yes, you will find that option (checkbox) in the plugin settings area under the settings tab.
Just check the option called “Do not delete plugin data on plugin delete/uninstall” and click on the Save button.
Yes, you can add and display one or both counters on the frontend of your website:
A not-counting page is going to display N/A.
Also, any other page is going to display N/A until it is visited by either:
( For more info about “Counting” and “Not Counting” read in the plugin documentation. )
You can find explanation in the plugin settings page under counter tab.
No, this plugin does not set browser cookie/s.
You have to logout before visiting the page or login with one of the user roles that page will count.
(Please read the plugin documentation under titles “NOT COUNTING” and “COUNTING”.)
You have probably refreshed the page and the TOTAL VISITS box is counting everything including a page refresh/reload.
Page visits are not counting page refresh/reload.
(Please read the plugin documentation under titles “NOT COUNTING” and “COUNTING”.)
Fix coding standards
Add the disclaimer and privacy policy in plugin files
Hash IP address
Add Croatian translation
Tested on WP version 6.4.2
Fix nonexistent array key error when new IP – ( prevent PHP warning in debug.log )
Tested on WP version 6.2
Tested on WP version 6.1= 1.1.4 – 16.07.2022 =
Tested on WP version 6.0.3
Tested on WP version 6.0
Tested with PHP version 7.4
Tested on WP version 5.9
Upgrade:
“Not counting this page” indicator in hidden counter when logged in with not counting user role.
Bug fixed – getting the page report data when page report deleted.
Upgrade:
Add HTML code and display counter on the website frontend:
* Current page visits counter
* Website visits counter
Dev Tools / console – see the visits number even if you are logged in with a user role that doesn’t count…
Switching between hidden and visible list when search menu expanded is upgraded
Plugin internationalized
Tested on WordPress 5.7.0
Bug fixed – deselect all on list type switch when options menu closed
Dashboard widget – Video tutorial button added
On page report/s delete – remove it from hidden reporting bug fixed
On page report/s delete remove it from hidden reports list
Initial release…