I mean, how to sort posts inside category by rating value?
Look, by default all post sorted by adding datetime, I need change this and add sorting by WP Product Rating value.
And second question: how to get rating value by php function, in FAQ you write about construction like this:
do_shortcode(“[P_REVIEW post_id=”. get_the_ID() .” visual=’no’]”)
Maybe you have more clear function? Because this code return to much json data. And I have to use the function intval.