Forums

WP-PostRatings
Show rating image in custom query (1 post)

  1. rgrasby
    Member
    Posted 5 months ago #

    I have simple query that grabs the highest rated posts and displays them on the page. Does anyone know how to display the rating images(in my case its stars) with a custom query. Thanks for you help

    <?php query_posts
    ( array(
    'sortby'=> highest_rated,
    'orderby'=> desc,
    'posts_per_page' => 20,
    'paged' => ( get_query_var('paged') ? get_query_var('paged')),
    ));
    ?>

    http://wordpress.org/extend/plugins/wp-postratings/

Reply

You must log in to post.

About this Plugin

About this Topic