diff --git a/content/blog/2024-05-19-woocommerce-turn-off-reviews/index.md b/content/blog/2024-05-19-woocommerce-turn-off-reviews/index.md new file mode 100644 index 0000000..8c29402 --- /dev/null +++ b/content/blog/2024-05-19-woocommerce-turn-off-reviews/index.md @@ -0,0 +1,25 @@ ++++ +title = 'Turn off product reviews in WooCommerce' +slug = 'woocommerce-turn-off-reviews' +summary = 'Want to hide the product reviews from the product page in WooCommerce? This short tutorial shows you how to do it in just a couple clicks, no custom code or plugins required.' +date = 2024-05-19T16:36:35-05:00 +draft = false ++++ + +{{< rawhtml >}} +
+

Summary

+

Want to hide the product reviews from the product page in WooCommerce? This short tutorial shows you how to do it in just a couple clicks, no custom code or plugins required.

+
+{{< /rawhtml >}} + +*** + +1. From the WordPress dashboard, navigate to **WooCommerce → Settings** in the left sidebar. +2. Click on the “**Products**” tab. +3. Scroll down to the Reviews section and uncheck the box labeled “**Enable product reviews**”. +4. Click the “**Save changes**” button at the bottom. + +![Screenshot of the WooCommerce settings showing the Product tab, with arrows pointing out how to get there, along with an arrow pointing to the checkbox to uncheck, labeled “Enable product reviews”.](/blog/woocommerce-turn-off-reviews/turn-off-reviews.png) + +The product reviews section will no longer be shown on your product pages. diff --git a/content/blog/2024-05-19-woocommerce-turn-off-reviews/turn-off-reviews.png b/content/blog/2024-05-19-woocommerce-turn-off-reviews/turn-off-reviews.png new file mode 100644 index 0000000..7956eb9 Binary files /dev/null and b/content/blog/2024-05-19-woocommerce-turn-off-reviews/turn-off-reviews.png differ