Want to showcase customer reviews on your WordPress website? The WordPress Reviews plugin makes it easy to display reviews in a beautiful grid layout. Here’s how to do it in just a few simple steps.
Step 1: Install and Activate the Plugin
- Purchase and download the WordPress Reviews plugin from WP Sites
- Go to your WordPress admin dashboard
- Navigate to Plugins > Add New
- Click Upload Plugin and select the downloaded plugin file
- Click Activate
Step 2: Add Some Reviews
- In your WordPress admin, go to Reviews > Add New
- Fill in the review details:
- Title: The review title
- Content: The review text
- Author Name: Who wrote the review
- Rating: Select 1-5 stars
- Reviewer Email: The reviewer’s email address
3. Click Publish
Step 3: Display Reviews Using the Shortcode
Basic Grid (1 Column)
Simply add this shortcode to any page or post:
[reviews]
Custom Grid Layout
For a multi-column grid, use the columns
attribute:
[reviews columns="2"]
You can choose 1, 2, 3, or 4 columns:
[reviews columns="1"]
– Single column (default)[reviews columns="2"]
– Two columns[reviews columns="3"]
– Three columns[reviews columns="4"]
– Four columns
Customize What’s Displayed
Control which elements appear in your review grid:
[reviews columns="3" show_avatar="true" show_title="true" show_rating="true" show_author="true" show_date="true" show_excerpt="true"]
Available options:
show_avatar="true/false"
– Show reviewer avatarshow_title="true/false"
– Show review titleshow_rating="true/false"
– Show star ratingshow_author="true/false"
– Show author nameshow_date="true/false"
– Show review dateshow_excerpt="true/false"
– Show review excerpt
Limit Number of Reviews
Show only a specific number of reviews:
[reviews columns="3" limit="6"]
Sort Reviews
Control how reviews are ordered:
[reviews columns="2" orderby="rating" order="DESC"]
Sorting options:
orderby="date"
– Sort by date (default)orderby="rating"
– Sort by star ratingorderby="title"
– Sort by titleorderby="author"
– Sort by authororder="ASC"
ororder="DESC"
– Ascending or descending order
Step 4: Style Your Reviews (Optional)
- Go to Reviews > Shortcode in your WordPress admin
- Click the Styling tab
- Customize:
- Title Font Size: Make titles bigger or smaller
- Title Color: Change the color of review titles
- Background Color: Set a background color for review boxes
- Padding: Add space around review content
- Click Save Changes
Example: Complete Review Grid
Here’s a complete example that creates a beautiful 3-column grid:
[reviews columns="3" limit="9" show_avatar="true" show_title="true" show_rating="true" show_author="true" show_date="true" show_excerpt="true" orderby="rating" order="DESC"]
This will display:
- 9 reviews in a 3-column grid
- Sorted by highest rating first
- Shows avatar, title, rating, author, date, and excerpt
Where to Add the Shortcode
You can add the shortcode to:
- Pages: Edit any page and paste the shortcode
- Posts: Add to any blog post
- Blocks: Add to the shortcode block
- Widgets: Use in text widgets
- Page Builders: Most page builders support shortcodes
That’s It!
Your reviews will now display in a responsive grid that looks great on all devices. The grid automatically adjusts for mobile screens, and you can easily customize the appearance using the plugin’s styling options.
Pro Tip: Use the limit
attribute to control how many reviews show at once, especially useful for large review collections!
Ready to get started? Get the WordPress Reviews plugin and start building trust with customer reviews today!
Leave a Reply