Counter Hits

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: 1926287

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: 2026287

Version: 1.8.1 (2024.05.10) You can download it from here

Download “counter-hits.zip” counter-hits-v1.8.1.zip – Downloaded 226 times – 3 KB

Or from the Official WordPress Repository

3 thoughts on “Counter Hits”

  1. Плагин был отключен в каталогах 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

  2. 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

    1. 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

Leave a Reply

Your email address will not be published. Required fields are marked *