Description
A very useful and beautifully written plugin providing user-rankings based on posts and comments. User have the ability to view statistical ratings of their posts. The posts are rated through the comments-count. A user will be given an overall rating which is based on the sum of the individual post-ratings. The overall user rating will be shown in the admin-navigation-menu. Optionally the user rating can be shown everywhere for every user at your website / blog through a shortcode-feature. In addition a user-ranking leaderboard is also provided for all users.
Arbitrary section
A brief Markdown Example
Installation
- Upload the folder ‘wstats-plugin’ to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Optional: Place the following code-snippet in your content.php file:
We recommend to insert it like that to your content.php file:
< ?php edit_post_link( __( 'Edit', 'twentythirteen' ), '’, ” ); ?>
if you set “return_by_echo = 0”, then only the current rating will be returned and echoed (you can design the output yourself). “return_by_echo = 1” will echo the rating with our pre-made style.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“WStats Plugin” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WStats Plugin” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.0.2
- Plugin added