W3Counterdeveloper
stars don't show up on home page
The plugin cannot automatically add stars if your theme uses the_excerpt() instead of the_content(). You can add the stars by pasting <?php ratings_table(); ?> where you want them to appear in the theme file.
Posted 07 Mar 10
That depends on the theme. You should read Google's guide:
http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=146645
Posted 06 Mar 10
Bonus Black Template Implementation
a) Configure the permalink settings in your wp-admin
b) There is no option to change this, but you can always change the code that displays the table itself in review-site-api.php
c) Edit header.php of the theme
Posted 06 Mar 10
Do not check off the "add ratings to my..." checkboxes when using the included themes. Both the install guide, and the settings page itself, repeat this.
Posted 06 Mar 10
Top rated widget to pull data from pages instead of posts
The widget only works for posts but you can probably make use of this to add a list of pages to your sidebar:
Posted 24 Feb 10
Where you see "comment_text();", that is the code that displays the text of a comment, so near there is probably where you want to add the code. Or you can just check off the box in the plugin settings to tell it to add the ratings to your comments automatically without editing code.
Posted 24 Feb 10
Putting labels over ratings tables
You add your label to the theme the same way you added the code for the table to the theme
Posted 23 Feb 10
Ratings Disappear After Upgrade?
I think you might've already e-mailed me about this, but if you went from WPRS 2.x to 3.x, you can now set rating categories on a per-post or per-category basis. This also means all your posts default to no categories but you can add them back with just one click through the "Bulk Apply Ratings" feature in the "Rating Categories" settings menu.
Posted 21 Feb 10
Comparison Table options (order of displaying ratings)
The order is not by number of reviews by by weighted average rating. It is a function which gives more weight to ratings supported by multiple reviewers than those with few -- so that a single 5 star review should not outrank 100 4-5 star reviews.
Posted 12 Feb 10
You choose rating dimensions on a per-post basis. They are checkboxes on the post/page write/edit screen. If you do not assign any to a post or page, it will not have the clickable stars. The plugin handles whether to display the stars or not, you don't have to do any customization.
Posted 15 Jan 10
Total Messages: 360
Topics Created: 1