steve70638
Member
Posted 2 months ago #
In the final section of the short code descriptions under "instructions" tab it gives instructions for the [RICH_REVIEWS_SNIPPET] short code. Look at the body of the description....the examples are rich_review_form, not rich_review_snippet. I don't believe that is correct.
http://wordpress.org/extend/plugins/rich-reviews/
FoxyTechnology
Member
Plugin Author
Posted 2 months ago #
D'oh! The folly of copy-pasting :) Thanks for catching that!!
steve70638
Member
Posted 2 months ago #
Anytime...keep up the good work! Great little plugin!
cheesy1
Member
Posted 2 months ago #
Just stumbled across the same thing.
Is it possible to display the average rating in stars rather than text and at the same time display the snippet to search engines in the source code?
Also...Is there any way of putting this into the theme template. I can get some shortcodes in using the following <?php echo do_shortcode("[Shortcode]"); ?> but this only works if there are no other parameters. E.G. [RICH_REVIEWS_FORM] would probably work but not [RICH_REVIEWS_FORM category="foo"]
P.S. Absolutely fantastic plugin by the way. Have been looking for something like this for ages and was tearing my hair out as I tried using other ones.