• Resolved anthonybarro

    (@anthonybarro)


    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

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-PostRatings] Where to customize the <li>’s in get_highest_rated?’ is closed to new replies.