0

I have a wp site with woocommerce. We want to take out the 'your review' box but leave the stars.

I could just cut a chunk out of single-product-reviews.php (after moving it into my template of course) but I figure there's probably a way to unhook it?

How would I do this please?

John Slegers
  • 45,213
  • 22
  • 199
  • 169
maxelcat
  • 1,333
  • 2
  • 18
  • 31

1 Answers1

1

You can remove the tab completely and add a seperate code whereever you would like the stars to be visible. Here is how you get only the stars: How do you add the star ratings for products in woocommerce?

Community
  • 1
  • 1
Døner M.
  • 322
  • 2
  • 11