A simple, easy, fast, 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 (0);
As a result, you get: 2187234
If the Counter is installed on a Site that already has certain ratings, then you can adjust the readings using the attribute base. For example: 'Get_Counter_Hits base = "100000"'
will add + 100000 offset to the current Counter.
As a result, you get:
2287234
Version: 1.8.1 (2024.05.10) You can download it from here
Download “counter-hits.zip” counter-hits-v1.8.1.zip – Downloaded 273 times – 3 KB
Плагин был отключен в каталогах WordPress 25.10.2019
“This plugin has been closed as of October 25, 2019 and is not available for download. Reason: Guideline Violation.”
Перезапущен 16.01.2021
Hello,
I was happy when I found the plugin Counter Hits, but unfortunately the following short code doesn’t work:
ShortCode for use with correction +100000: [Get_Counter_Hits base=”100000″]
Can you please, write the right information for the ShortCode for use with correction +100000 as soon as possible?
Thank you in advance!
Kind regards,
Gia
Hi Gia!
It’s nice to hear that this is interesting ))
I checked. All OK.
Look how you wrote Short Code:
[Get_counter_hits Base = ”100000″]
And you need this:
[Get_Counter_Hits Base = '100000']
or so:
[Get_Counter_Hits Base = "100000"]
You use different quotation marks at the beginning and at the end.
And pay attention to the register of letters in the Short Code: Get_Counter_Hits instead of Get_counter_hits
Hello,
I’m looking for a simple hit counter. I just want to know if one of my webpage been looked at. That’s it. But on a daily bassis? then can reset after 30 day’s. But I don’t want the user to see that info. Only for me. Can this do that?
I am sure that you can.
But you need to understand that:
1. There are bots that will be considered as visitors.
2. You can separately consider a visit to each individual page and the site as a whole.
3. You can not show a counter for ordinary users.