Post Useful
===========

WordPress plugin that includes a poll in posts for users to tell if the post was helpful.

## About ##

Contributors: leobaiano, nicholasio
Donate link: http://lbideias.com.br/donate
Tags: vote, rate, useful
Requires at least: 3.8
Tested up to: 4.5.3
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

## Description ##

This plugin includes posts in the user option to inform the post content helped or not. It is suitable for use on blogs and websites that publish tutorials and recipes that help users.

## Installation ##

To install just follow the installation steps of most WordPress plugin's:

e.g.

1. Download the file post-useful.zip;
2. Unzip the file on your computer;
3. Upload folder post-useful, you just unzip to `/wp-content/plugins/` directory;
4. Activate the plugin through the `Plugins` menu in WordPress;
5. Be happy.

## Credits ##

Translate: Marco Andrei <contact@marcoandrei.com>, Leo Baiano <ljunior2005@gmail.com>

## Screenshots ##

![Box for the user to sort the content.](/screenshot-1.png?raw=true)
Box for the user to sort the content.

![Once the user sorts the post.](/screenshot-2.png?raw=true)
Once the user sorts the post.

![Box displaying the post classifications on the edit page.](/screenshot-3.png?raw=true)
Box displaying the post classifications on the edit page.

## Changelog ##

= 1.0.1 2016-08-01 =

* Adds internationalization of string in voting buttons

## Want to Collaborate? ##

1. Take a [fork](https://help.github.com/articles/fork-a-repo/) repository;
3. [Set your fork](https://help.github.com/articles/configuring-a-remote-for-a-fork/);
2. Check the [issues](https://github.com/WordPressBeloHorizonte/horizon-theme/issues) and choose one that does not have anyone working;
4. [Synchronize your fork](https://help.github.com/articles/syncing-a-fork/);
2. Create a branch to work on the issue of responsibility: `git checkout -b issue-17`;
3. Commit the changes you made: `git commit -m 'fix issue #17'`;
4. Make a push to branch: `git push origin issue-17`;
5. Make a [Pull Request](https://help.github.com/articles/using-pull-requests/) :D

**Note:** If you want to contribute something that was not registered in [issues](https://github.com/leobaiano/post-useful/issues) you can create. It is important to sign the issue that you will work to prevent someone else to start working on the same task.