Archives: Documentations

WP Statistics Authors Page

WP Statistics Authors Page provides a trending graph of your hits by authors for a specified time frame and overall statistics for the category and top posts in the category. The top part of the page allows you to select from Note that the longer the increment is, the more data is required to be […]

WP Statistics Referrers Page

WP Statistics Referrers Page provides a complete list of all referrers to your site. It is divided up into pages of 10 entries each for easy browsing. The top part of the page allows you to select from Note that the longer the increment is, the more data is required to be processed. Therefore, large […]

WP Statistics Search Engines Page

WP Statistics Search Engines Page provides a trending graph of all incoming search engine traffic to your site. The top part of the page allows you to select from Note that the longer the increment is, the more data is required to be processed. Therefore, large sites with long increments can take significant time and […]

WP Statistics Search Words Page

WP Statistics Search Words Page provides a list of all search words from search engines to your site. It is divided up into pages of 20 entries for easy browsing. Check out this article to learn more about all the available options.

WP Statistics Top Visitors Today

WP Statistics Top Visitors Today provides a list of the top 100 visitors to your site today. It is divided up into pages of 20 entries for easy browsing. The top part of the page allows you to select the day you want to know the top visitors. Check out this article to learn more […]

WP Statistics Visitors Page

WP Statistics Visitors Page provides a list of all visitors to your site. To go to the Visitors Page, go to Statistics → Visitors It is divided up into pages of 20 entries for easy browsing.

WordPress Multi-Site

WordPress Multi-site allows you to run multiple independent sites from a single WordPress installation. WP Statistics does not fully support multi-site at this time but does have some basic options available for multi-site installations. The key areas of support are currently: Installation Updates Removal Basic network menu Multi-Site Installation Installing WP Statistics on a multi-site […]

Statistics Widget

WP Statistics comes with a WordPress widget to display some statistical information on your front end. The widget is still supported. However, you may find the shortcodes to be more useful as they can be used in an HTML widget with any custom formatting you may like to apply. Just navigate to Appearance → Widgets. […]

Shortcodes

With WP Statistics, you can display different statistics using shortcodes in posts, pages, and HTML widgets. General Shortcode Format To use WP Statistics shortcodes, follow the format below: Parameters This parameter uses the strtotime() PHP function. For more details, visit the PHP manual. Example Usage To display the number of visitors today: To display the […]

Function API

WP Statistics supports several functions for other plugins and theme authors in order to retrieve statistics on sites. All of the external functions can be found here: wp-statistics\includes\functions\functions.php Function Description wp_statistics_useronline() Get the number of users online wp_statistics_visitor(time) Get the number of visitors wp_statistics_visit(time) Get the number of views (hits) wp_statistics_pages(time,uri,id) Get the page views […]