Forums
Forums / Plugin: WP-PostRatings / Display Count Votes
(@ezramod)
9 years, 6 months ago
How to display total votes for one post?
(@gamerz)
<?php echo intval( get_post_meta($post_id, 'ratings_users', true ) ); ?>
The topic ‘Display Count Votes’ is closed to new replies.