WP_Query sort by comment meta data

I solved my problem by adding a hook on the action wp_insert_comment.

When my hook is called i calculate the average rating for each rating meta-tag of my comments. Then i add a meta tag to the post with the result

I can use the post meta-tag to sort with wp-query

Leave a Comment