這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Counter-Hits

外掛說明

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 ();

Features

  • Simple local Counter.
  • It always works, even if the result is not displayed anywhere.
  • Doesn’t count if Admin Page.

  • ShortCode for use: [Get_Counter_Hits]

  • ShortCode for use with correction +100000: [Get_Counter_Hits base=”100000″]
  • PHP use: echo get_Counter_Hits ($base);

  • CSS Class ‘wpgear_counter_hits’ – for disign customisation.

Demo

You can see the Demo here

螢幕擷圖

  • screenshot-1.png This is the example page whith Counter.

安裝方式

  1. Upload ‘counter-hits’ folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Make sure your system has iconv set up right, or iconv is not installed at all. If you have any problems (trimmed slugs, strange characters, question marks) – please ask for support.

常見問題集

NA

使用者評論

閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Counter-Hits〉的開發相關工作。

參與者

將〈Counter-Hits〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.8

2021.03.05
* Tested to WP 5.7-RC2-50482

1.7

2021.02.21
* Optimization code. Now, more correctly.

1.6

2021.02.19
* Anty Flood functions.

1.5

2021.02.18
* Fix problem: Doesn't count if WooCommerce is installed.

1.4

2021.02.17
* Optimization code.

1.3.1

2021.02.16
* Just edit "Tested up to: 5.6.1" on ReadMe.txt

1.3

2018.11.23
* Fix problem: Null value whith search queries.

1.2

2018.11.06
* Optimization. Reduced read-write DB operations.

1.1

2018.11.05
* Add ShortCode [Get_Counter_Hits]

1.0

2018.11.04
* Initial release