Viewing 3 replies - 1 through 3 (of 3 total)
  • I was able to get the ratings to go away by editing the wp-customer-review.php file:

    Search for and remove ( I think there were 4 of them ) (helps if you use ctrl F to find the right places it resides:

    <div class=”wpcr_rating”> ‘.$this->output_rating($review->review_rating,false).’ </div>

    Highly recommend copying the file before you edit as a backup in case something gets messed up.

    To be more precise and make sure the form functions correctly when filled out: there are three div’s of the follow, you’ll want to remove the 2nd one.

    <div class=”wpcr_rating”> ‘.$this->output_rating($review->review_rating,false).’ </div>

    Plugin Author Aaron Queen

    (@bompus)

    Be aware that removing this does make the hReview format not validate, and it would never get indexed by any spider as a microformat, since it would be incomplete.

    Just a disclaimer to all that wanted to do this ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP Customer Reviews] How to Remove Star Rating Feature’ is closed to new replies.