wordpressの記事に投票機能を追加するプラグイン。Add a vote function to article.
show vote form in the post.
<?php show_cdnvote_form() ?>
show voted count in the post.
<?php show_cdnvote_count() ?>
show voted average point in the post.
<?php show_cdnvote_average() ?>
show the 10 post list of high order of the average point. or use widget.
<?php show_cdnvote_list() ?>