• Resolved jnasoy

    (@jnasoy)


    Hello,

    Is there a way to get the average rating of post in a certain category/terms?

    I found this one in the forum but I want to get the average of one category.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    So for example, this:

    
    $ratingInfo = glsr_get_ratings(['assigned_terms' => 'people']);
    
    

    Will give you something like this:

    And you can use the results as an array or an object:

    $ratingInfo->average
    
    // or like this
    
    $ratingInfo['average']
    • This reply was modified 3 years, 10 months ago by Gemini Labs.
    Thread Starter jnasoy

    (@jnasoy)

    Perfect! Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Average Rating of a Category/Terms’ is closed to new replies.