• Hi! I would like to display only the Star Rating for Each Product on a certain page (where I have thumbnails and a title for each product). I would prefer not having the whole review attached to the aggregate rating. Once clicked on the thumbnail it would bring me to another page where the product description and the complete review would show up. Is there any way to add it to the shortcode? I tried changing NUM=”5″ to zero or PERPAGE=”10″ to zero, but it didn’t work. Thanks you!

Viewing 1 replies (of 1 total)
  • vig94

    (@vigneshparanjothi)

    You can include custom css to hide all reviews and display only rating. Copy and paste the following code in your theme style.css file.

    .wpcr3_review {
    display: none!important;
    }

    Hope it will fix your problem. 🙂

Viewing 1 replies (of 1 total)

The topic ‘Display Aggregate Ratings Only’ is closed to new replies.