Open nishantp123 opened 6 years ago
Hello, Thank you for Great plugin for Rating system,
I can display top 5 latest high rated post with this code..
<?php if (function_exists('get_highest_score')): ?>
<?php endif; ?>
But with this code i can see only Post title and Total score...
I want to display Most 5 Rated posts with Feature Image, Total Score and Post Publish Date.
Can you please help me how to do that?
Hello, Thank you for Great plugin for Rating system,
I can display top 5 latest high rated post with this code..
<?php if (function_exists('get_highest_score')): ?>
<?php endif; ?>
But with this code i can see only Post title and Total score...
I want to display Most 5 Rated posts with Feature Image, Total Score and Post Publish Date.
Can you please help me how to do that?