• Resolved InfluenceHaus

    (@influencehaus)


    The Google reviews have a minimum rating field. I do not see one for Yelp. Is there a plan to add a minimum rating field for yelp reviews?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author jgwhite33

    (@jgwhite33)

    Sorry, I don’t have any plans for that. If you want I can tell you what code to edit to only display reviews over a certain rating.

    Thread Starter InfluenceHaus

    (@influencehaus)

    what is the code and where to place it?

    Plugin Author jgwhite33

    (@jgwhite33)

    In this file…

    /public/partials/wp-yelp-review-slider-public-display.php

    on line 65 change it to something like this…

    
    $min_rating =4;
    

    That will show only reviews 4 and higher.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Minimum rating for Yelp’ is closed to new replies.