Manipulating Comments with Comment Rating
Posted in Wordpress Plugin on Oct 26th, 2009
What is that “comment_karma” in WordPress database?
I had been curious about a field, called “comment_karma” in the WordPress database “comment” table, wondering whether I can use it to store some form of Comment Rating data so that comments can be sorted or skipped based on “comment_karma”. A little Googling got me the answer.
It turned [...]