Hey, so I bought the pro version of the plugin and am rather satisfied (props for that).
Currently I’m just trying to display both the likes and dislikes as a “post score” (for the lack of a better term).
Basically a like would give +1 and a dislike would give -1. I don’t happen to see a solution anywhere in the forums. So if you could help me out with that, that would be grand.
Update: I managed to figure out how to display the values as a “score”, by using: <?php echo GetWtiTotalCount($post->ID);?>
The only current issue is that the value isn’t updated via ajax, along with the other values. In other words, when a user submits a vote (like or dislike), that specific amount is updated and a text msg is displayed, however the GetWtiTotalCount value isn’t updated without refreshing the page.