wp-postrank.zip, and upload its contents into the /wp-content/plugins/ directoryPostRank through the 'Plugins' menu in WordPressAppearance > Widgets to add the widget to your sidebarIf you don't have a widget-enabled theme, you can add the Top Posts Widget to your sidebar with this code:
<?php if(function_exists('the_postrank_widget')) the_postrank_widget(); ?>
You can also specify the theme name, and number of posts to show:
the_postrank_widget('hawt',10);
The valid themes are:
You can see them in action on our customize page.




