Summary statistics of blog……………..
Click Here To Download
Version:- 2.1.5
Description :
a plugin for displaying Summary statistics of blog.
Features:
- User Online
- Today Visit
- Yesterday visit
- Week Visit
- Month Visit
- Years Visit
- Total Visit
- Search Engine reffered (Google, Yahoo, Bing)
- User Online Live Premium Version
- Total Visit Live Premium Version
- Total Posts
- Total Pages
- Total Comments
- Total Spams Need installed akismet plugin
- Total Users
- Last Post Date (English, Persian)
- Average Posts
- Average Comments
- Average Users
- Total Feedburner Subscribe
- Google Pagerank
- Alexa Pagerank
- Use optimize from Database
- Show Useronline and last visitor in setting page (ip, time, agent, reffered)
- Supported wordpress shortcode for view function in post/page or widget(text)
Language Support:
- English
- Persian
- Portuguese Thanks
- Romanian Thanks Luke Tyler
- French Thanks Anice Gnampa
Send email for Translation files: mst404[a]gmail[dot].com for translate, please open langs/default.po by Poedit and translate strings.
Author:
mostafa.s1990
Installation :
- Upload
wp-statistics
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- To display stats, using this functions:
- User Online:
<?php wp_statistics_useronline(); ?>
- Today Visit:
<?php wp_statistics_today(); ?>
- Yesterday Visit:
<?php wp_statistics_yesterday(); ?>
- Week Visit
<?php wp_statistics_week(); ?>
- Month Visit
<?php wp_statistics_month(); ?>
- Years Visit
<?php wp_statistics_year(); ?>
- Total Visit
<?php wp_statistics_total(); ?>
- All Search Engine reffered
<?php wp_statistics_searchengine(); ?>
- Google Search Engine reffered
<?php wp_statistics_searchengine('google'); ?>
- Yahoo Search Engine reffered
<?php wp_statistics_searchengine('yahoo'); ?>
- Bing Search Engine reffered
<?php wp_statistics_searchengine('bing'); ?>
- User Online Live (Premium Version)
<?php wp_statistics_useronline_live(); ?>
- Total Visit Live (Premium Version)
<?php wp_statistics_total_live(); ?>
- Total Posts
<?php wp_statistics_countposts(); ?>
- Total Pages
<?php wp_statistics_countpages(); ?>
- Total Comments
<?php wp_statistics_countcomment(); ?>
- Total Spams
<?php wp_statistics_countspam(); ?>
- Total Users
<?php wp_statistics_countusers(); ?>
- Last Post Date
<?php wp_statistics_lastpostdate(); ?>
- Last Post Date (Persian)
<?php wp_statistics_lastpostdate('farsi'); ?>
- Average Posts
<?php wp_statistics_average_post(); ?>
- Average Comments
<?php wp_statistics_average_comment(); ?>
- Average Users
<?php wp_statistics_average_registeruser(); ?>
- Total Feedburner Subscribe
<?php wp_statistics_yesterday('febnurner address'); ?>
- Google Pagerank
<?php wp_statistics_google_page_rank(); ?>
- Alexa Pagerank
<?php echo wp_statistics_alexaRank(); ?>
or using this Shortcode in Posts pages or Widget:
- User Online:
[useronline]useronline[/useronline]
- Today Visit:
[today]today[/today]
- Yesterday Visit:
[yesterday]yesterday[/yesterday]
- Week Visit
[week]week[/week]
- Month Visit
[month]month[/month]
- Years Visit
[year]year[/year]
- Total Visit
[total]total[/total]
- All Search Engine reffered
[searchengine]searchengine[/searchengine]
- User Online Live (Premium Version)
[useronlinelive]useronlinelive[/useronlinelive]
- Total Visit Live (Premium Version)
[totallive]totallive[/totallive]
- Total Posts
[countposts]countposts[/countposts]
- Total Pages
[countpages]countpages[/countpages]
- Total Comments
[countcomments]countcomments[/countcomments]
- Total Spams
[countspams]countspams[/countspams]
- Total Users
[countusers]countusers[/countusers]
- Last Post Date
[lastpostdate]lastpostdate[/lastpostdate]
- Average Posts
[averagepost]averagepost[/averagepost]
- Average Comments
[averagecomment]averagecomment[/averagecomment]
- Average Users
[averageusers]averageusers[/averageusers]
- Google Pagerank
[googlepagerank]googlepagerank[/googlepagerank]
- Alexa Pagerank
[alexaRank]alexaRank[/alexaRank]
Screenshots :
Screen shot (screenshot-1.png) in WP-Statistics Setting Page
Detail Here:-
http://wordpress.org/extend/plugins/wp-statistics/