I am using this code which displays the first post by rating order:
wp_gdsr_render_rating_results(array('template_id' => 48, 'rows' => 1, 'select' => 'post', 'category' => 5, 'hide_empty' => false, 'min_votes' => 0, 'min_count' => 0, 'excerpt_words' => 25, 'rating_stars' => 'crystal', 'image_from' => 'content', 'rating_size' => '24', 'review_size' => '24', 'rating_thumb_size' => '24'));
I have duplicated this code to give the 'Silver Rating' and 'Bronze Rating' post boxes ... how can I alter the code for the Silver display to show only the 2nd post and Bronze to show only the 3rd post?