lesterchan / wp-postratings

Adds an AJAX rating system for your WordPress blog's post/page.
https://wordpress.org/plugins/wp-postratings/
123 stars 82 forks source link

Most Rated Post Display #121

Open nishantp123 opened 6 years ago

nishantp123 commented 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?