A simple, easy, fast, adaptive, local, objective counter to visit your site.
A simple, easy, fast, adaptive, local, objective counter to visit your site.
It does not use any additional requests to other servers, which means it consumes minimal resources.
Displays the count of all views of any page as a number.
You can customize your own display style. Use class: ‘wpgear_counter_hits’
Just paste Shortcode [Get_Counter_Hits] wherever you like and that’s it.
Or you can use calls in PHP scripts code: echo get_Counter_Hits ();
Doesn’t count if Admin Page.
ShortCode for use: [Get_Counter_Hits]
PHP use: echo get_Counter_Hits ($base);
CSS Class ‘wpgear_counter_hits’ – for disign customisation.
/wp-content/plugins/
directory.NA
2024.05.09 * Tested to WP 6.5.3
2021.03.05 * Tested to WP 5.7-RC2-50482
2021.02.21 * Optimization code. Now, more correctly.
2021.02.19 * Anty Flood functions.
2021.02.18 * Fix problem: Doesn't count if WooCommerce is installed.
2021.02.17 * Optimization code.
2021.02.16 * Just edit "Tested up to: 5.6.1" on ReadMe.txt
2018.11.23 * Fix problem: Null value whith search queries.
2018.11.06 * Optimization. Reduced read-write DB operations.
2018.11.05 * Add ShortCode [Get_Counter_Hits]
2018.11.04 * Initial release