anthonybarro
Member
Posted 3 years ago #
I need to display the highest rated, with at least 5 ratings, in my sidebar.php. This is what I have:
<?php if (function_exists('get_highest_rated')): ?>
<ol>
<?php get_highest_rated('post', 5, 10); ?>
</ol>
<?php endif; ?>
Where/how to I customize the actual
's? Reason for this, is because I need to remove the stars following the link.
Thanks in advance.
http://wordpress.org/extend/plugins/wp-postratings/
anthonybarro
Member
Posted 3 years ago #
What it said above, before it stripped some of the text, was:
Where/how to I customize the actual < li >'s? Reason for this, is because I need to remove the stars following the link.
Thanks in advance.
WP-Admin -> Ratings -> Ratings Template.
anthonybarro
Member
Posted 3 years ago #
Thanks a lot GamerZ. It's appreciated