A WordPress block plugin that displays customer reviews in an attractive three-column layout with profile images, testimonials, and customizable styling.
The Reviews Block is a custom WordPress block that helps you showcase customer testimonials in a modern, responsive layout. It's built using the WordPress Block Editor components and follows modern development practices.
- Three-column layout for customer reviews
- Circular profile images
- Customizable background and text colors
- Responsive design that adapts to mobile devices
- Support for wide and full-width alignments
- Built-in spacing and padding controls
- Default orange theme with white text
- Flexible inner block structure
composer require imagewize/reviews-block
- Upload the plugin files to
/wp-content/plugins/reviews-block
- Activate the plugin through the WordPress plugins screen
- Use the Reviews Block in any post or page via the Block Editor
- PHP 8.0 or higher
- WordPress 6.7+
- Composer (if installing via Composer)
- Add the Reviews Block to your page
- Customize the colors using the block toolbar
- Modify the testimonial text and profile images as needed
- Adjust width, spacing, and alignment using block controls
- Built with WordPress Block Editor components
- Uses SCSS for styling
- Includes template-based inner blocks
- Supports WordPress 6.7+
- Compatible with most WordPress themes
The block is built using @wordpress/create-block
and uses modern development practices:
- React for components
- SCSS for styling
- WordPress Block API
- Inner Blocks template system
GPL-2.0-or-later - see License
For support questions or bug reports, please use the GitHub issues section.
- Initial beta release
- Added Composer package support
- Three-column review layout
- Customizable colors and spacing
- Responsive design