Display total votes outside poll template
-
Hello
ì would like to display total vote for each polls I’ve created outside the related polls page.I am loading a poll into a post item, then all posts are listed on a page as a basic blog page
I used this snippet to display total votes :
<?php if ( function_exists( 'get_pollvotes' ) ): ?> <?php get_pollvotes(); ?> <?php endif; ?>
but it seems that it’s displaying total votes for all polls, not only the related poll.
How can I do to get the XX votes for a related poll ?
thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Display total votes outside poll template’ is closed to new replies.