Skip Navigation

[Resolved] add reviews and ratings to custom post types

This thread is resolved. Here is a description of the problem and solution.

Problem:

I want to add the ability of a user to add star ratings and reviews to my site but they first need to register(to verify their emails) before enabling them to do a review

Solution:

There isn't such a built-in feature within Toolset plugins, I suggest you try to integrate other reviews and ratings plugin into your custom post types, for example:

https://wordpress.org/plugins/search/reviews+and+ratings/

And this one:

https://wordpress.org/plugins/site-reviews/

It supports the reviews and ratings features, and "require visitors to be logged-in in order to write a review"

Relevant Documentation:

This support ticket is created 6 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 4 replies, has 2 voices.

Last updated by ademolaA-2 6 years, 3 months ago.

Assisted by: Luo Yang.

Author
Posts
#1094815

Tell us what you are trying to do?
I want to add the ability of a user to add star ratings and reviews to my site but they first need to register(to verify their emails) before enabling them to do a review

Is there any documentation that you are following?
https://toolset.com/documentation/user-guides/cred-forms-for-child-content/

Is there a similar example that we can see?

What is the link to your site?

#1095628

Hello,

There isn't such a built-in feature within Toolset plugins, I suggest you try to integrate other reviews and ratings plugin into your custom post types, for example:
https://wordpress.org/plugins/search/reviews+and+ratings/

And this one:
https://wordpress.org/plugins/site-reviews/
It supports the reviews and ratings features, and "require visitors to be logged-in in order to write a review"

But you still can setup your own reviews and ratings system from scratch, for example:
- setup a child post type "reviews and ratings",
- add custom number field as the rating field,
- use the post content as the review field.

Setup a post form for creating child "reviews and ratings" post, use Access plugin to setup the access to the post form:
https://toolset.com/documentation/user-guides/access-control-for-cred-forms/

#1101545

Hello,

I have used this plugin(https://wordpress.org/plugins/site-reviews/) as suggested which resolved the issues. But I want to add the ability to filter/Search for a listing based on its rating to my search filter how can I achieve that.

Thanks

#1102061

I assume the original questions of this thread has been resolved, for other the new question , please check the new thread here:
https://toolset.com/forums/topic/i-want-to-add-the-ability-to-filter-search-for-a-listing-based-on-site-reviews-rating-plugin-to-my-search-filter-how-can-i-achieve-that/

#1107654

Thank you