
Vote-the-Post allows users to rate each post from one to five stars. Vote-the-Post will show the default rating (3 stars = average) unless one user has already voted, in which case the plugin will display their vote. The overall vote calculation includes the default value. The plugin is blogger-friendly. It creates values that are attached to the five star rating system which are fair and friendly.The five star system represents votes of “Below Average, “Needs Work”, “Average”, “Very Good” and “Excellent”. By default, the plugin does not display the number of votes, making the plugin useful for both high traffic and low traffic sites/blogs.
Vote-the-Post provides the “ratepost_vote” hook which is fired each time a user votes.
do_action(‘ratepost_vote’, $post_id, $user_id, $users_vote, $sum_votes, $total_votes);
$post_id – Post ID
$user_id – Voter’s user ID (0 for anonymous)
$users_vote – The user’s 0 to 5 vote (0 indicates the user removed their vote)
$sum_votes – sum of all votes
$total_votes – total number of votes
This plugin was funded by 1800blogger.com
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.