How to implement a rating and review system for WordPress custom posts?
I want to have a rating and review system for custom post type.
This is the method i am thinking of ->Create a custom post type ->Create meta fields ->Create a form to post reviews front end.
But how can i link the custom post type page and review together?
Another method i am thinking of is to tweak comments . But all the reviews will get added up in the WordPress comment menu in backend
Looking to best method to rating and review system. Thanks