0
Under review
Number of 5 star reviews (not average)
Often I want to show how many 5 star reviews a customer has. We just manually update these values and they get out of sync quickly.
Would be nice if this plugin could store totals for each rating and be able to query it. Having developer tools to use these values directly in our themes would be huge (without having to make badges or templates).
For example get the either for a given source, or across all sources.
[
5: 122,
4: 67,
3: 23,
2: 4,
1: 12,
]
This would allow us to have something like "We have 122 Five Star Reviews" rather than "5 Star Rating from 254 Reviews" which convey different meanings.
Customer support service by UserEcho
Check the Badge Data button on the Badges page at the top. Some sources will save those, then you could access it from the custom table with this function...
https://wpreviewslider.userecho.com/knowledge-bases/2/articles/1334-access-total-and-averages-with-shortcode-or-function
I suppose what I could add a calculated number in there for sources that don't have them. It could take the total number of reviews on the Source, then use the reviews you actually have downloaded to approximate the 1-5 number values.