WordPress plugin that includes a poll in posts for users to tell if the post was helpful.
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
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.
To install just follow the installation steps of most WordPress plugin's:
e.g.
- Download the file post-useful.zip;
- Unzip the file on your computer;
- Upload folder post-useful, you just unzip to
/wp-content/plugins/
directory; - Activate the plugin through the
Plugins
menu in WordPress; - Be happy.
Translate: Marco Andrei [email protected], Leo Baiano [email protected]
Box for the user to sort the content.
Box displaying the post classifications on the edit page.
= 1.0.1 2016-08-01 =
- Adds internationalization of string in voting buttons
- Take a fork repository;
- Set your fork;
- Check the issues and choose one that does not have anyone working;
- Synchronize your fork;
- Create a branch to work on the issue of responsibility:
git checkout -b issue-17
; - Commit the changes you made:
git commit -m 'fix issue #17'
; - Make a push to branch:
git push origin issue-17
; - Make a Pull Request :D
Note: If you want to contribute something that was not registered in 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.