Hi,
I want to show the percentage for the votes on another page, without voting opportunity.
I found these peace of code that displays the number of votes:
$votes = GetVotes(get_the_ID());
echo $votes;
But I want the percentage. Anybody know how to fix this?
Thanks in advance
Soren