Is it possible to use the WP_Query
class to order by comments meta data fields?
1 Answer
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