Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hello. I liked the idea of a rating system that anyone can vote without commenting, so I plan to change my original plugin (GD Rating System) for that. But I realized it lacks important features, like:
- Knowing how much ratings I have and which posts were rated in the Dashboard.
- Have an option to list the top rated posts in a page (defining the number os posts).
Is there a code for that? Or will it be implemented?
Thank you.
Hi @acidzero,
- Knowing how much ratings I have and which posts were rated in the Dashboard.
This is already in our to-do list.
- Have an option to list the top rated posts in a page (defining the number os posts).
If you have knowledge of programming, you can do it yourself. This data saved in the postmeta table. The meta_key is wpdiscuz_post_rating. You can show it in where you want