Skip Navigation

[Resolved] Take reviews from users

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

Problem:

Is it possible to create a review functionality for custom post types in Toolset?

Solution:

No, it is not possible, this falls under the custom development category.

Relevant Documentation:

https://toolset.com/contractors/

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.

This topic contains 4 replies, has 2 voices.

Last updated by fahimS-2 1 year, 8 months ago.

Assisted by: Christopher Amirian.

Author
Posts
#2603149

I have a custom post type and I want to take reviews from users. The reviews will have some properties like 'rating', 'text' and they will also belong to terms of taxonomies. I want to show the reviews below each post and all the users will be able to search the reviews by terms of taxonomies.

If a user want to post a review, he will need to first register on my website. A user can provide only one review for each term of the taxonomy in a post.

Like if there are terms 'book', 'author', 'publisher', then a user can post up to 3 reviews in a post and set each of them to only one term.

How can I do it?

#2603781

Christopher Amirian
Supporter

Languages: English (English )

Hi there,

Toolset does not provide such a feature.

Here are some alternatives that you can use:

- https://wordpress.org/plugins/woo-product-reviews-shortcode/
- hidden link
- hidden link

But I did not find something about a custom post type.

Thanks.

#2603813

Is't it doable with one to many relation in toolset?

#2603891

Christopher Amirian
Supporter

Languages: English (English )

No, it is not possible.

#2603989

My issue is resolved now. Thank you!