In my WooCommerce product page, the star ratings only visible when someone submits a review at the below of the title. But I want to display a blank[0] ratings when there are no reviews available.
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
The following code will handle rating count display on single product pages (displaying Zero when there is no reviews):
Code goes in function.php file of your active child theme (or active theme). tested and works.