[wps_reviews]
The ShopWP reviews shortcode is the companion to the ShopWP Yotpo Reviews extension. It allows you to display reviews as well as provide an option "write a new review" form.
info
This feature is only available in ShopWP Pro.
Shortcode Examples​
// Display reviews from products with id of "123"
[wps_reviews product_id="123"]
// Show reviews with star ratings
[wps_reviews product_id="123" show_rating="true"]
// Only display the star ratings for a specific product
[wps_reviews product_id="123" show_rating="true" show_listing="false" show_create_new="false"]
Available Attributes​
product_id​
Show reviews for a specific product id.
Possible values |
---|
Any valid Shopify product id |
Example
[wps_reviews product_id="123"]