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

WP Post Stats

描述

Simple wordpress plugin that embeds a counter in your blog and shows the number of visits your website’s pages and posts has. Enables you to display how many times a post/page had been viewed.

Feature:

  1. Works on all modern browsers.
  2. Work With all the cache plugins.
  3. Widget available.
  4. Simple configuration.
  5. Exclude Bot Views option available
  6. Most Viewed Template.
  7. Display Options.

Author Site|
Plugin Home Page

Support Forums

Credits

螢幕截圖

安裝

To do a new installation of the plugin, please follow these steps

  1. Download the zipped plugin file to your local machine.
  2. Unzip the file.
  3. Upload the WP-Post-Stats folder to the /wp-content/plugins/ directory.
  4. Activate the plugin through the ‘Plugins’ menu in WordPress.
  5. Go to WP-Admin -> Settings -> PostStats to configure the plugin.

Check more details here.

Usage

  1. Open wp-content/themes/<YOUR THEME NAME>/index.php
  2. You may place it in archive.php, single.php, post.php or page.php also.
  3. Find: <?php while (have_posts()) : the_post(); ?>
  4. Add Anywhere Below It (The Place You Want The Views To Show): <?php if(function_exists('the_views')) { the_views(); } ?>

Check more details here.

常見問題

You can check more FAQ on plugin website URL :
WP Post Stats

評價

There are no reviews for this plugin.

貢獻者及開發者

“WP Post Stats” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WP Post Stats 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

2.2

Comfortable with wordpress 3.8. Check more details here.

2.1

Comfortable with wordpress 3.6. Check more details here.

2.0

  • Works on all modern browsers.
  • Work With all the cache plugins.
  • Widget available.
  • Simple configuration.
  • Exclude Bot Views option available
  • Most Viewed Template.
  • Display Options.