這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Review Content Type

描述

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!

螢幕截圖

  • 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.

安裝

  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

常見問題

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

評價

2017年3月20日 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/
2016年9月3日 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
2016年9月3日
Allows for really customizable reviews, that integrates perfectly with WordPress / my chosen theme. Developer is very responsive to questions. Highly recommended.

5/5

2016年9月3日
I have tested many plugins to manage reviews, but this is the best!
閱讀全部6個評價

貢獻者及開發者

“Review Content Type” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Review Content Type 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

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