GooglePR Plugin for wordpress

Sunday 27 May 2007 @ 11:43 pm

Full Name:GooglePR
Plugin Version: 1.5
For WP:2.1.+
Copyright: GPL
Introduction:this plugin allow you add the Google PageRank into your blog.
AuthorAndot
Author Location:China
Plugin PageGo to
DownloadGooglePR(zip)and GooglePR_RPC.zip(if you want your OWN RPC Service)
Languageenglish, more or add your languages.
How To:

  1. Download “googlepr” and unzip it.
  2. Upload “googlepr” to the plugins folder of your WordPress installation.like this:cnwper.cn/wp-content/plugins/googlepr
  3. Activate the plugin in your administration panel.
  4. edit your template file,add the codes below to where you want to show the GooglePR infomatiion.I suggest you use the “Sidebar Modules” and you can creat a php module and show it on the sidebar of your blog.:)
    1. <?php class_exists('GooglePR') ? GooglePR::bar(): ''; ?>
  5. If you want your own RPC Service,please download the GooglePR_rpc.zip,unzip it and upload it to the plugins folder of your WordPress installation.then edit the URL in “googlepr.js” of “googlepr” folder.



AlexaRank Plugin for wordpress

Sunday 27 May 2007 @ 11:42 pm

Full Name:Alexa Rank
Plugin Version: 1.5
For WP:2.1.+
Copyright: GPL
Introduction:this plugin allow you add the Alexa Rank into your blog.
AuthorAndot
Author Location:China
Plugin PageGo to
Downloadalexarank(zip)and AlexaRank_rpc.zip(if you want your OWN RPC Service)
Languageenglish, more or add your languages.
How To:

  1. Download “alexarank” and unzip it.
  2. Upload “alexarank” to the plugins folder of your WordPress installation.like this:/wp-content/plugins/alexaran
  3. Activate the plugin in your administration panel.
  4. edit your template file,add the codes below to where you want to show the alexarank infomatiion.I suggest you use the “Sidebar Modules” and you can creat a php module and show it on the sidebar of your blog.:)
  5. If you want your own RPC Service,please download the alexarank_rpc.zip,unzip it and upload it to the plugins folder of your WordPress installation.then edit the URL in “alexarank.js” of “coolweather” folder.
    1. <?php class_exists('AlexaRank') ? AlexaRank::bar(): ''; ?>



Permalinks Migration Plugin for wordpress

Sunday 27 May 2007 @ 11:41 pm

Full Name:Permalinks Migration Plugin
Plugin Version: 1.0
For WP:1.5.x+
Copyright: GPL
Introduction:With this plugin, you can safely change your permalink structure without breaking the old links to your website,and even doesn’t hurt your google pagerank.
AuthorDean Lee
Author Location:China
Plugin PageGo to
Downloaddeans_permalinks_migration(zip)
LanguageEnglish, more or add your languages.
How To:

  1. Download “deans_permalinks_migration” and unzip it.
  2. Upload “deans_permalinks_migration” to the plugins folder of your WordPress installation.like this:cnwper.cn/wp-content/plugins/deans_permalinks_migration
  3. Activate the plugin in your administration panel.
  4. goto admin panel->options->PermalinksMigration.set the old permanlink structure of your site.
  5. goto admin panel->options->Permalinks.change the new permalink structure to what you want. (personally I recommend /%category%/postname%/)
  6. Done,enjoy it.

Many people want to change their permalink structure,for example, from /%year%/%monthnum%/%day%/%postname%/ to /%category%/%postname%/

But doing so will make all pages indexed by search engines become invalid,moreover, losing visitors from other sites or bookmarks that links to you.
Continue Reading »
Permalinks Migration Plugin for wordpress