Tagged Questions
0
votes
1answer
19 views
How to get a value from comment meta
I've add the field country in the comment form.
Working nice and I can see the value in the table commentmeta.
Now I try to display this value in my comment list.
In my single.php I call the list ...
0
votes
1answer
285 views
How to sort posts by the average of comment meta values
Here's the situation-
I've customized the comment submission whereby users can provide a rating, and this gets stored as a meta value in the commentmeta table. I can query to return the average ...