Thread Starter
Marat
(@s1eng)
Unfortunately I did not understand the code.
But if you send me a code for functions.php, I can integrate it.
Or if I pay for pro version, your technician masters can add this filter and display rating in categories via my ftp access?
Thread Starter
Marat
(@s1eng)
Can you send me examples of code for ordering posts?
Thread Starter
Marat
(@s1eng)
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.