Linux 软件免费装
Banner图

WP-Parsi Statistics

开发者 AliRezaPro
更新时间 2014年2月5日 23:09
捐献地址: 去捐款
PHP版本: 3.8 及以上
WordPress版本: 3.8
版权: GPLv2

标签

Post sidebar page stats visitors yesterday today visitor unique statistic hits summary visit Browser month week total live visit wp-parsi visitor statistic yearl

下载

详情介绍:

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

安装:

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'
  4. Functions list: list of post functions <?php echo wpp_get_today_post_visit(); ?> define this function for get todaye <?php echo wpp_get_yest_post_visit(); ?> <?php echo wpp_get_week_post_visit(); ?> <?php echo wpp_get_month_post_visit(); ?> <?php echo wpp_get_year_post_visit(); ?> <?php echo wpp_get_all_post_visit(); ?> <?php echo wpp_get_top_post_visits($num); ?> 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 <?php echo wpp_get_specificDay_post_visit($date); ?> Show number visits of specific Day with this format ('2013/10/19') <?php echo wpp_get_post_visit_to_now($date); ?>
list of global functions <?php echo wpp_get_today(); ?> <?php echo wpp_get_yest(); ?> <?php echo wpp_get_week(); ?> <?php echo wpp_get_twoWeek_ago(); ?> <?php echo wpp_get_month(); ?> <?php echo wpp_get_twoMonth_ago(); ?> <?php echo wpp_get_year(); ?> <?php echo wpp_get_twoYears_ago(); ?> <?php echo wpp_get_statistics(); ?> <?php echo wpp_get_all_visit(); ?> <?php echo wpp_get_unique_today(); ?> <?php echo wpp_get_unique_yest(); ?> <?php echo wpp_get_unique_week(); ?> <?php echo wpp_get_unique_twoWeek_ago(); ?> <?php echo wpp_get_unique_month(); ?> <?php echo wpp_get_unique_twoMonth_ago(); ?> <?php echo wpp_get_unique_year(); ?> <?php echo wpp_get_unique_twoYears_ago(); ?> <?php echo wpp_get_unique_statistics(); ?> <?php echo wpp_get_all_unique_visit(); ?> <?php echo wpp_get_specificDay_visits($date); ?> show number visits of specific Day with this format : ('2013/10/19') <?php echo wpp_get_unique_specificDay_visits($date); ?> <?php echo wpp_get_specificDay_visits_to_now($date); ?> <?php echo wpp_get_unique_specificDay_visits_to_now($date); ?>

更新日志:

1.5 1.0