[php] query_posts(‘r_sortby=highest_rated&r_orderby=DESC&showposts=10’); if( have_posts() ) : while (have_posts()) : the_post(); $rank++; echo (‘‘.$rank.’‘); echo(‘‘); include(TEMPLATEPATH . “/filmlistitem.php”); echo(‘‘); endwhile; endif; wp_reset_query(); [/php]