Plugin Directory

PostRank

  1. Unzip wp-postrank.zip, and upload its contents into the /wp-content/plugins/ directory
  2. Activate PostRank through the 'Plugins' menu in WordPress
  3. Go to Appearance > Widgets to add the widget to your sidebar

No Widget Support?

If 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:

  • blueSteel
  • hawt
  • springMeadows
  • theDarkSide
  • hotChocolate
  • siren
  • pimento
  • diner
  • diy

You can see them in action on our customize page.

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(6 ratings)