Skip to content

Commit

Permalink
Blog: “Turn off product reviews in WooCommerce”
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjago committed May 20, 2024
1 parent 85199c9 commit a7fdbce
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions content/blog/2024-05-19-woocommerce-turn-off-reviews/index.md
Original file line number Diff line number Diff line change
@@ -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 >}}
<div class="rounded-lg px-8 py-8 bg-[#9D6095E3] text-gray-50 text-lg">
<h2 class="text-gray-50" style="margin-top: 0; margin-bottom: 0.6rem;">Summary</h2>
<p style="margin-bottom: 0;">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.</p>
</div>
{{< /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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a7fdbce

Please sign in to comment.