Detailed Reviews
Dynamic reviews for WordPress
by LittleBizzy · github.com/littlebizzy/detailed-reviews · website
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/littlebizzy/detailed-reviews/archive/refs/heads/master.zipDeclares an update source (false), so updates arrive through the plugin's own updater.
From the readme
Detailed Reviews
Dynamic reviews for WordPress
Changelog
1.0.0
- initial release
- supports Git Updater
- supports PHP 7.0 to 8.3
- forked from WP Review Site by Dan Grossman (retains some function names)
- no settings panel or UI, made purely for theme integration
- compatible with legacy WP Review Site data using the original rsratings table linked by comment ID
- supports 5-star reviews with multiple customizable rating categories per post
- includes frontend output functions for ratings input, and output using stars and/or progress bars
- outputs schema.org Review microdata per comment with individual star ratings
- outputs schema.org AggregateRating markup using average score and review count
- requires custom or child theme (e.g. comments template, single template, and functions.php)
- designed for classic PHP-based themes (not block/FSE themes)
Required theme constants
- define( 'DETAILEDREVIEWSCATEGORIES', [ ... ] ) — globally sets the list of required rating categories, overrides any legacy database options which are no longer used
Required theme functions
- ratingsinputtable() — displays the ratings form within the comment form
- ratingstable() — outputs the average
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.0.0 | Jun 21, 2025 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.