Pagerank Checking Plugin for WordPress
I have written a simple wordpress plugin for displaying pagerank of you blog pages. The second option available is a Pagerank Checker for your blog. You can provide this tool for you visitors to check the pagerank of any URL.
This plugin uses the curl library, so please check if your server has this feature enabled.
Installation
Just unzip the plugin and upload to your WordPress plugin directory and activate it from your admin panel
Usage
You can either enable the Widgets which you can find in the Template Widgets or you can display it on any location on your blog by using the function. There are two widgets available, one for the pagerank of the current page and the other is the pagerank checking tool.
You can enable the widget and display the pagerank checking tool on the sidebar and the pagerank of the current page also.
|
1 |
<?php <span style="color: #0000ff">if</span> (function_exists(<span style="color: #006080">'printPR'</span>)) printPR(); ?> |
|
1 |
<span style="color: #008000">// This will print the Pagerank of the current page</span> |
|
1 |
<?php <span style="color: #0000ff">if</span> (function_exists(<span style="color: #006080">'printPRBox'</span>)) printPRBox(); ? |
|
1 |
//This will display the Pagerank checking Tool |
in the printPRBox function you can modify the looks of the widget by adding the following parameters
|
1 |
printPRBox($width, $bgcolor, $forecolor) |
|
1 |
<span style="color: #008000">// where the $width is the width of the widget,$bgcolor is the background color</span> |
|
1 |
// $forecolor <span style="color: #0000ff">is</span> the font color |
If you have questions, please feel free to post it here

You can test the widget on the sidebar of this page
» Kish PR - WordPress Plugins Catalog
[...] Plugin Homepage » [...]
Hi. Good site.
Let me try..,
This doesn’t seem to work any more – do you have an updated version?