=== Post Star Rating === Tags: rating, voting, post, stars Contributors: O Doutor Post Star Rating is a plugin that allows blog users to rate posts in a classic five stars way. == Installation == 1. Upload to your plugins folder, usually 'wp-content/plugins/' 2. Activate the plugin on the plugin screen. 2.1. If you have a Wordpress version previous at 2.0 you have to run the install.php script. You can do this by typing this URL in your navigator: http://your_server_domain/your_blog_directory/wp-content/plugins/post-star-rating/install.php 3. Add the PSR_show_voting_stars() and PSR_show_stars() to your template files. I suggest the following configuration: 3.1. If you only have a main template put this after the post title: 3.2. If you have a main template and a single post template: 3.2.1. In the main template put this after the post title: 3.2.2. In the single post template put this after the post title: 4. Start rating!! == Screenshots == 1. Stars after a votation. 2. Stars for rating.