Простой, легкий, быстрый, локальный, объективный Плагин — Счетчик посещения вашего сайта.
Не использует никаких дополнительных запросов на чужие сервера, а значит, потребляет минимальные ресурсы.
Отображает количество всех просмотров любых страниц в виде числа.
Вы можете настроить собственный стиль отображения. Используйте class: ‘wpgear_counter_hits’
Просто, вставьте Шорткод 'Get_Counter_Hits'
куда считаете нужным и все.
Или можно использовать вызовы из PHP скриптов:
echo get_Counter_Hits (0);
В результате, получится: 2190189
Если Счетчик установлен на сайт, который уже имеет определенные рейтинги в сети, то можно корректировать показания, используя атрибут base. Например: 'Get_Counter_Hits base="100000"'
будет добавлять к текущему Счетчику коррекцию + 100000.
В результате, получится:
2290189
Текущая версия: 1.8.1 (2024.05.10) можно загрузить с этого сайта.
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.