This plugin hasn’t been tested with the latest three major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Review Content Type

Description

Review Content Type is a feature-rich, extendable and powerful WordPress review plugin allowing you to create professional looking review websites with ease. Using this review plugin for WordPress, you can create in-depth reviews having pros, cons, summary, rating, featured image, pricing details, and affiliate links.

Whether you’re an affiliate marketer or a blogger writing reviews of products, services or anything else, this plugin has you covered.

How this WordPress review plugin is different?

Unlike other WordPress review plugins that add review functionality to existing post types, this plugin adds new review custom post type along with related custom taxonomies instead. Thus, avoiding cluttering of existing post types with review related data. And, most importantly allowing better management and organization of reviews for an overall improved user experience.

Features

  • Add unlimited pros and cons to reviews along with a brief summary.
  • Call to action buttons ideal for affiliate links.
  • Link featured image to the media file, review page, or any custom URL if you want.
  • Choose from one of the inbuilt stars, point, or percentage rating types or create a new one.
  • Customize rating scale of all available rating types as per your likings. For example, you can switch from the default 5-star half rating system to 10-star full rating system with few changes to the rating scale of stars rating type.
  • Support Schema.org rich snippets.
  • Custom capabilities for creating and managing reviews.
  • Easily customize review permalinks.
  • Compatible with any WordPress theme.
  • Responsive and mobile friendly.
  • Developer friendly with plenty of actions and filters and a flexible templating system.

Documentation & Support

Use WordPress.org support forum for getting any help on using this plugin. However, please read the documentation available here thoroughly before posting on the support forum.

Contributing

Developers can contribute by heading over to Review Content Type GitHub repository.

Feedback

If you like this plugin, then please don’t forget to leave a good rating and review. Any constructive feedback including feature requests that can make this WordPress review plugin better is always welcome!

Screenshots

  • A sample review displayed using TwentyFifteen theme.
  • Review data meta box for creating in-depth reviews.
  • Configure review permalink settings.
  • General settings screen.
  • Rating settings screen.
  • Display settings screen.

Installation

  1. Upload review-content-type to the /wp-content/plugins/ directory
  2. Activate the plugin through the \’Plugins\’ menu in WordPress
  3. Configure the plugin from the ‘Reviews > Settings’ page

FAQ

Installation Instructions
  1. Upload review-content-type to the /wp-content/plugins/ directory
  2. Activate the plugin through the \’Plugins\’ menu in WordPress
  3. Configure the plugin from the ‘Reviews > Settings’ page

Reviews

20 March 2017 2 replies
This is a terrific plugin. One has to make some changes to give it the look and feel of one's own website, but there is plenty of room for that. After translating and pasting the following code in my functions.php this plugin gives me all I was looking for: add_filter( 'get_the_archive_title', 'your_prefix_review_archive_title' ); function your_prefix_review_archive_title( $title ) { if ( is_post_type_archive( 'review' ) ) { return post_type_archive_title( '', false ); } return $title; } The code helps to get rid of the word Archives at the archive page. I use the plugin for reviews (what else?). I want Dutch entrepreneurs to start publishing videos. With only 24 million people in the world who can speak Dutch there is no real market for a commercial platform on video publishing for Dutch (and Flemish) speaking entrepreneurs. But I just want to do it. One should have a hobby right? This plugin makes it possible I can publish reviews for this niece audience. Thank you for that Chetan Chauhan! For Dutch who want to see it in action (or who want the Dutch language files): https://combron.nl/reviews/
3 September 2016 1 reply
Hi there, I think the plugin is really useful and has a lot of potential. However, there's few issues: 1. The brand image is not aligned with the button, the image is shifted towards the left and it looks messy in my opinion. 2. Social media plugins see the 'pros and cons' and 'summary' as two different post therefore the social buttons appear twice. 3. After adding an image my footer broke and was overlaping with the footer. Please make sure that the summary is 'fixed'. Thanks and I hope you'll be able to make some improvements. Jakub
3 September 2016
Allows for really customizable reviews, that integrates perfectly with WordPress / my chosen theme. Developer is very responsive to questions. Highly recommended.

5/5

3 September 2016
I have tested many plugins to manage reviews, but this is the best!
Read all 6 reviews

Contributors and Developers

“Review Content Type” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Review Content Type” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Change Log

1.0.4 – 2018-05-14

  • Fix: Allow hardcoded string in content-single-review-price.php to be translated.

1.0.3 – 2016-04-13

  • Fix: Span element not closed while displaying rating using rct_rating_html().

1.0.2 – 2015-09-19

  • Tweak: Added appropriate capabilities for managing reviews to the editor, author, and subscriber user roles too. Earlier only administrator user role was given the permissions to manage reviews.
  • Tweak: Remove all custom capabilities and saved settings when the plugin is deactivated and deleted from WP dashboard respectively.
  • Fix: Incorrect rating is saved if rating scale is customized while the review is being created/edited by the user.

1.0.1 – 2015-06-20

  • New: Show published reviews count in the ‘At a Glance’ dashboard widget.
  • Fix: Incorrect reviews updated messages when using bulk edit.

1.0.0 – 2015-04-18

  • Initial release