I currently have a business directory site and I am looking to add a reviews section at the bottom of each businesses profile. The business profiles are custom post types with custom fields created via ACF.
What would be the best route to implement a reviews feature for each business profile post?
WordPress comments? A dedicated plugin? Ideally I would like to keep it simple and allow logged in users to give a star rating, have a text field, allow sorting, and display an overall star rating of reviews.
Im fairly new to WordPress (although I do have 100s of hours now) as this is the first site I've built with it.
Use comments, all of the moderation you need for reviews is already there.
Check out wpdiscuz plugin. It takes over the WordPress comment system with a few additional features that do what you’re looking for