该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

WStats Plugin

描述

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

安装

  1. Upload the folder ‘wstats-plugin’ to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. 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.

评价

此插件暂无评价。

贡献者及开发者

「WStats Plugin」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「WStats Plugin」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

0.0.2

  • Plugin added