Jim,
I noticed that in the default hawaii theme the blog post rating line is not present.
Here is the path I am using: \Themes\Blogs\hawaii
This line, which renders the star ratings, is not present in the post.aspx page in the above path.
Here is the line:
<CSBlog:WeblogPostRating
runat="server" RatingCssClass="RateControl"
RatingReadOnlyCssClass="RateControlReadOnly"
RatingActiveCssClass="RateControlActive"
ImagesBaseUrl="~/Themes/hawaii/images/common/" />
If you add this line to the \Themes\Blogs\hawaii\post.aspx you should see the rankings.
I am little confused on the rank icons (I take it to mean custom images for ranking) talked about here, we are referring to the stars correct?