[Plugin: Vote It Up] Show percentage for each post on another page
-
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
- The topic ‘[Plugin: Vote It Up] Show percentage for each post on another page’ is closed to new replies.