這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

IaVote

描述

IaVote enables bloggers to add voting functionality to their posts. Include 2 widgets: resume votes and most voted.

Features:

  • Vote for the best and worst
  • Length of time to vote
  • Dates of the votes
  • Selection of votes: day, week, month and all
  • Custom Pages listings votes
  • Language options

For more information see: http://www.informaticaautonomos.com/aplicaciones/iavote.php

Widget 1: total of votes in week, month, day and forever

Add in wordpress panel widged or insert this code in your theme:

Widget 2: Resume pages

1- create the diferent pages in wordpress: latest, random, mostComment, lessVoted, mostVoted
2- set the id’s in iavote_options.php
3- Put this code in index.php:

        global $options;
        widget_iavote_pages(
            $options['widget-pages']['latest'], $options['widget-pages']['random'], 
            $options['widget-pages']['mostComment'], $options['widget-pages']['lessVoted'],
            $options['widget-pages']['mostVoted']
        );

4- insert in page.php before:

and before insert:

安裝

  1. Install plugin via admin panel

  2. Add in your template files, in index.php and single.php:

  1. Edit file iavote_options.php for options

  2. Edit ia-vote/iavote.css for editing your own style.

Adittional functions

評價

There are no reviews for this plugin.

貢獻者及開發者

“IaVote” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 IaVote 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄