Thank you @borodachev,
1. The plugin has rating feature and you can add any number of custom ratings types. It will be nice if the plugin could count and show average rating of all these custom rating types.
The wpDiscuz allows displaying rating results for each blog post and page.
Also, you can use [wpdrating] shortcode in post content to display rating average and stars. More info here: https://wpdiscuz.com/docs/wpdiscuz-documentation/settings/comment-list-settings/#display_ratings
2. I think it would be awesome if plugin could show rating in Google snippets (and if you can enable/disable this feature).
This will be added in the next version release.
More info in this support topic: https://ww.wp.xz.cn/support/topic/how-to-show-stars-in-google
Thanks for quick response.
1. I mean a little another thing. May be, I’m not good in explaining. For example, I have such ratings for one page (it’s feedback page): price ***** , service *****, support *****, quality *****, shipping *****. I want plugin to show average of all these ratings, i.e. (price + service + support + quality + shipping)/5. Sorry if such feature already exist, but I haven’t found it.
2. That’s great, I appreciate this.
Hi @borodachev,
I want plugin to show average of all these ratings, i.e. (price + service + support + quality + shipping)/5
If you have knowledge about development, you can do it by own.
Here is the postmeta key you should use:
wpdiscuz_rating_count
Please note, the Meta Key doesn’t return the post average count. The key includes the count of each rating(5/4/3/5…). You should count the average value of each post manually to get the star rating of the post.