BlogStats PCC Plugin
Post #191 categorized as WordPress, last updated on Aug 5, 2008
Tagged with comments, download, plugins, posts, statistics, WordPress
Announcing the BlogStats PCC plugin for WordPress! BlogStats PCC is the easy way to display the total number of posts, comments, categories, as well as several other great statistics for your WordPress-powered website. With BlogStats PCC, you display only the information you want, where you want — inside or outside of the WordPress loop. Completely customizable, BlogStats PCC will display any combination of statistics you choose. This plugin is highly flexible, simple to use, and completely free.
Update: New version of BlogStats PCC now available! The new version now provides all of these great site statistics:
- Total number of posts
- Total number of comments
- Total number of categories
- Total number of members
- Total number of guests
- Total number of pages
- Date of most recent update
- Most recent commentator
- Most recent post
Display any or all of the provided site statistics — customize your own set to provide only the statistics you want!
Installation and Usage
- Unzip blogstats-pcc.zip and copy blogstats-pcc.php to your plugins directory.
- Upload and activate via WordPress plugin admin panel.
- Add any of the following calls to wherever you would like the information displayed:
Display the entire set of statistics in a nice list format:
<?php if (function_exists('fullstats')) { fullstats(); } ?>
Display the total number of posts, comments, and categories:
<?php if (function_exists('blogstats')) { blogstats(); } ?>
Display the total number of posts:
<?php if (function_exists('poststats')) { poststats(); } ?>
Display the total number of comments:
<?php if (function_exists('commstats')) { commstats(); } ?>
Display the total number of categories:
<?php if (function_exists('catstats')) { catstats(); } ?>
Display the total number of registered users:
<?php if (function_exists('regusers')) { regusers(); } ?>
Display the total number of unregistered users:
<?php if (function_exists('userstats')) { userstats(); } ?>
Display the total number of individual, static pages:
<?php if (function_exists('pagestats')) { pagestats(); } ?>
Display the date of the most recent post modification:
<?php if (function_exists('modstats')) { modstats(); } ?>
Display a link to the most recently published blog post:
<?php if (function_exists('recpost')) { recpost(); } ?>
Display the name of the most recent commentator as a link:
<?php if (function_exists('reccomm')) { reccomm(); } ?>
Display the date of the last update in your blog's default date format:
<?php if (function_exists('recstats')) { recstats(); } ?>
Download BlogStats PCC [ version 2.3.0a | ~3KB | .zip | 1418 downloads ]
Previous/Alternate versions of BlogStats PCC
- BlogStats PCC Version 2.3.0a [ 380 downloads ] ( adapted for WordPress MU )
- BlogStats PCC Version 2.0.0 [ 1626 downloads ]
- BlogStats PCC Version 2.0.0 [ 473 downloads ] ( en Francais )
- BlogStats PCC Version 1.9.9 [ 1317 downloads ]
- BlogStats PCC Version 1.9.9 [ 518 downloads ] ( en Espanol )
- BlogStats PCC Version 1.7.9 [ 729 downloads ]
- BlogStats PCC Version 1.7.7 [ 819 downloads ]
- BlogStats PCC Version 1.1.1 [ 670 downloads ]
- BlogStats PCC Version 0.9.9 [ 664 downloads ]
Share this..
Related articles
- New Version of BlogStats PCC for WordPress 2.3
- Display the Total Number of WordPress Posts, Comments, and Categories
- Perishable Press WordPress Plugins
- Category LiveBookmarks Plugin
- Critical Review of Dyasonhat’s Premium Smart Sort WordPress Plugin
- WordPress Plugin: Authenticate Lite
- AddMySite Plugin for WordPress
#1 — rasheed
wow
i like the design of the comments section.
looks cool.
can i use it in my blog ? how can i edit it in my blog ?
and thanks for the plugin.