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

WP-Parsi Statistics

描述

This plugin provide you full statistic of your site. You can show statistics with widget and 37 usefull function in your theme.
this plugin have 31 strong function for each type of output.
and 6 strong Special function which you can output from each date.
after install you can active widget and enjoye your site statistic.
widget have default style and if you want to change that and you know css and html can change style file in plugin folder.

Language Support:

  • English
  • Persian

Features:

  • Today visits / unique visits
  • Todaye all visits ->post/page
  • Yesterday visitors / unique visits
  • Yesterday All visits ->post/page
  • Week visits / unique visits
  • Week all visits ->post/page
  • Last Week visits / unique visits
  • Last two week visits / unique visits
  • Month Visits / unique visits
  • month all visits ->post/page
  • Last Month visits / unique visits
  • Last two month visits / unique visits
  • Years Visit / unique visits
  • Without any writing code

螢幕截圖

安裝

for install version 1.5 , make sure remove wpp_increase_visited() function in your them.

  1. Upload plugin folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to ‘Widgets’ and choose ‘statistics’
  • Functions list:
    list of post functions

    define this function for get todaye

    show most popular posts(based on post visits)
    example : echo wpp_get_top_post_visits(10);
    this show 10 most popular post.You can change this parametr anything you want

    Show number visits of specific Day with this format (‘2013/10/19’)

list of global functions

show number visits of specific Day with this format : (‘2013/10/19’)

評價

There are no reviews for this plugin.

貢獻者及開發者

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

貢獻者

將 WP-Parsi Statistics 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.5

  • many change in core
  • make seperate file and folder
  • make class for post and page
  • remove some query and some improve
  • make it Automatic plugin

1.0

  • Start the project…