How to hide WC Reviews and show only Star ratings?

warmanepro2

Member
May 22, 2022
59
4
8
Hi,

Is there any way to turn this in woocommerce short product description

28262690ea09ee081f5d36385e89eb37.png


to this

4e6c662d0e7a0a0ffb08120c14a40ab3.png


I really don't want to show customer reviews in woocommerce product description, only virtual/fake star ratings should be enought without breaking google rich snippets..
 

guguk

Well-known member
Jul 19, 2019
1,147
827
113
Ottoman Empire
If I were you I will completely disable review system on Woocommerce - Settings - Products - General
And just install this plugin ( https://wordpress.org/plugins/wp-customer-reviews/ ) or similar plugin which providing shortcode.
And use this function where you want to place it
Code:
echo do_shortcode("[your_shortcode]");

PS: For inserting use child theme folder ( templates-single-product-title.php)
 

warmanepro2

Member
May 22, 2022
59
4
8
If I were you I will completely disable review system on Woocommerce - Settings - Products - General
And just install this plugin ( https://wordpress.org/plugins/wp-customer-reviews/ ) or similar plugin which providing shortcode.
And use this function where you want to place it
Code:
echo do_shortcode("[your_shortcode]");

PS: For inserting use child theme folder ( templates-single-product-title.php)
Hi thanks for your reply, just wondering does disabling reviews will affect my seo ranking?
 

guguk

Well-known member
Jul 19, 2019
1,147
827
113
Ottoman Empire
Hi thanks for your reply, just wondering does disabling reviews will affect my seo ranking?
There have no difference between woocommerce rating system and others. Just one thing you should remember:
When you use yoast plugin with woocommerce extension it automatically creates "review" schema in product page. So you should create "review schema" for product pages if you disabled review system and using Yoast (or other plugin)
 
  • Like
Reactions: warmanepro2

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu