• Resolved mazmaz

    (@maziardm)


    Hi,

    I am using the provided <?php if(function_exists(‘AIO_Rating’)) { AIO_Rating();}?> in category.php and manage to get the stars working as desired; however, my question is whether the average scores of each category is recorded as a category meta.

    I would like to be able to sort all my categories based on their score and perhaps have posts that belong to a specific category echo their category’s score.

    Cheers

    https://www.ads-software.com/plugins/wp-category-tag-ratings/

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

    (@dots)

    Hello Mazmaz,

    Yes, We have to store rating score data in the post_meta table with the category id.

    For the category sorting, You have to make a custom query with the join of the post_meta data.

    Plugin Author Dotstore

    (@dots)

    Since long time did not received any response it’s looks like resolved

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Meta?’ is closed to new replies.