Linux 软件免费装
Banner图

Plugin Name

开发者 11818739
更新时间 2014年2月28日 09:48
PHP版本: 3.8.1 及以上
WordPress版本: 3.8.1
版权: GPLv2 or later
版权网址: 版权信息

标签

WordPress Custom Post Type Posts Voting WordPress Voting Plugin

下载

详情介绍:

This voting plugin for WordPress allows users to add voting functionality to any template or custom post type they can think off. It has several layers of protection against fake voters which means you can have more confidence in your voting statistics. Includes shortcode to display top voted posts. For support please contact me via my Website

安装:

  1. Upload /wcd-voting/ to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Place <?=function_exists('wcd_votes') ? wcd_votes() : ''?> in your post template (single.php) to display the voting button
Note: To echo a list of top voted posts, place '[wcd_show_top_votes]' in your sidebar or anywhere you wish to display a list of top voters

更新日志:

1.0.0 Released plugin 1.0.1 Fixed Readme.txt 1.0.2 Updated functions.php with correct variable name